public static final class FileContentBuffer.Builder extends GeneratedMessage.Builder<FileContentBuffer.Builder> implements FileContentBufferOrBuilder Protobuf type google.cloud.compute.v1.FileContentBuffer
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FileContentBuffer.BuilderImplements
FileContentBufferOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FileContentBuffer build()| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
buildPartial()
public FileContentBuffer buildPartial()| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
clear()
public FileContentBuffer.Builder clear()| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
clearContent()
public FileContentBuffer.Builder clearContent()The raw content in the secure keys file.
optional string content = 414659705;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |
clearFileType()
public FileContentBuffer.Builder clearFileType()The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |
getContent()
public String getContent()The raw content in the secure keys file.
optional string content = 414659705;
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public ByteString getContentBytes()The raw content in the secure keys file.
optional string content = 414659705;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |
getDefaultInstanceForType()
public FileContentBuffer getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFileType()
public String getFileType()The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Returns | |
|---|---|
| Type | Description |
String |
The fileType. |
getFileTypeBytes()
public ByteString getFileTypeBytes()The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileType. |
hasContent()
public boolean hasContent()The raw content in the secure keys file.
optional string content = 414659705;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the content field is set. |
hasFileType()
public boolean hasFileType()The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fileType field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FileContentBuffer other)
public FileContentBuffer.Builder mergeFrom(FileContentBuffer other)| Parameter | |
|---|---|
| Name | Description |
other |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FileContentBuffer.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FileContentBuffer.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
setContent(String value)
public FileContentBuffer.Builder setContent(String value)The raw content in the secure keys file.
optional string content = 414659705;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe content to set. |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |
setContentBytes(ByteString value)
public FileContentBuffer.Builder setContentBytes(ByteString value)The raw content in the secure keys file.
optional string content = 414659705;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for content to set. |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |
setFileType(String value)
public FileContentBuffer.Builder setFileType(String value)The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe fileType to set. |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |
setFileTypeBytes(ByteString value)
public FileContentBuffer.Builder setFileTypeBytes(ByteString value)The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for fileType to set. |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
This builder for chaining. |