public static interface DatabricksArtifacts.ArtifactCredentialInfo.HttpHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The HTTP header name
|
com.google.protobuf.ByteString |
getNameBytes()
The HTTP header name
|
String |
getValue()
The HTTP header value
|
com.google.protobuf.ByteString |
getValueBytes()
The HTTP header value
|
boolean |
hasName()
The HTTP header name
|
boolean |
hasValue()
The HTTP header value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
The HTTP header name
optional string name = 1;
String getName()
The HTTP header name
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
The HTTP header name
optional string name = 1;
boolean hasValue()
The HTTP header value
optional string value = 2;
String getValue()
The HTTP header value
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
The HTTP header value
optional string value = 2;
Copyright © 2021. All rights reserved.