public
static
final
class
SecretLocation
.
Builder
extends
GeneratedMessage
.
Builder<SecretLocation
.
Builder
>
implements
SecretLocationOrBuilder
The location of the secret.
Protobuf type grafeas.v1.SecretLocation
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SecretLocation.BuilderImplements
SecretLocationOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
SecretLocation
build
()
buildPartial()
public
SecretLocation
buildPartial
()
clear()
public
SecretLocation
.
Builder
clear
()
clearFileLocation()
public
SecretLocation
.
Builder
clearFileLocation
()
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
clearLocation()
public
SecretLocation
.
Builder
clearLocation
()
getDefaultInstanceForType()
public
SecretLocation
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getFileLocation()
public
FileLocation
getFileLocation
()
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
getFileLocationBuilder()
public
FileLocation
.
Builder
getFileLocationBuilder
()
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
getFileLocationOrBuilder()
public
FileLocationOrBuilder
getFileLocationOrBuilder
()
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
getLocationCase()
public
SecretLocation
.
LocationCase
getLocationCase
()
hasFileLocation()
public
boolean
hasFileLocation
()
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFileLocation(FileLocation value)
public
SecretLocation
.
Builder
mergeFileLocation
(
FileLocation
value
)
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
SecretLocation
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
SecretLocation
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(SecretLocation other)
public
SecretLocation
.
Builder
mergeFrom
(
SecretLocation
other
)
setFileLocation(FileLocation value)
public
SecretLocation
.
Builder
setFileLocation
(
FileLocation
value
)
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;
setFileLocation(FileLocation.Builder builderForValue)
public
SecretLocation
.
Builder
setFileLocation
(
FileLocation
.
Builder
builderForValue
)
The secret is found from a file.
.grafeas.v1.FileLocation file_location = 1;

