Class FileContentBuffer.Builder (1.39.0)

public static final class FileContentBuffer.Builder extends GeneratedMessageV3.Builder<FileContentBuffer.Builder> implements FileContentBufferOrBuilder

Protobuf type google.cloud.compute.v1.FileContentBuffer

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FileContentBuffer.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

build()

public FileContentBuffer build()
Returns
TypeDescription
FileContentBuffer

buildPartial()

public FileContentBuffer buildPartial()
Returns
TypeDescription
FileContentBuffer

clear()

public FileContentBuffer.Builder clear()
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

clearContent()

public FileContentBuffer.Builder clearContent()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
FileContentBuffer.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public FileContentBuffer.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

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
TypeDescription
FileContentBuffer.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FileContentBuffer.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

clone()

public FileContentBuffer.Builder clone()
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

getContent()

public String getContent()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
String

The content.

getContentBytes()

public ByteString getContentBytes()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
ByteString

The bytes for content.

getDefaultInstanceForType()

public FileContentBuffer getDefaultInstanceForType()
Returns
TypeDescription
FileContentBuffer

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
ByteString

The bytes for fileType.

hasContent()

public boolean hasContent()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the fileType field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FileContentBuffer other)

public FileContentBuffer.Builder mergeFrom(FileContentBuffer other)
Parameter
NameDescription
otherFileContentBuffer
Returns
TypeDescription
FileContentBuffer.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FileContentBuffer.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FileContentBuffer.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FileContentBuffer.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FileContentBuffer.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

setContent(String value)

public FileContentBuffer.Builder setContent(String value)

The raw content in the secure keys file.

optional string content = 414659705;

Parameter
NameDescription
valueString

The content to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for content to set.

Returns
TypeDescription
FileContentBuffer.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public FileContentBuffer.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

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
NameDescription
valueString

The fileType to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for fileType to set.

Returns
TypeDescription
FileContentBuffer.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FileContentBuffer.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FileContentBuffer.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FileContentBuffer.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FileContentBuffer.Builder
Overrides