public static final class FileContentBuffer.Builder extends GeneratedMessageV3.Builder<FileContentBuffer.Builder> implements FileContentBufferOrBuilder
Protobuf type google.cloud.compute.v1.FileContentBuffer
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FileContentBuffer.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FileContentBuffer build()
buildPartial()
public FileContentBuffer buildPartial()
clear()
public FileContentBuffer.Builder clear()
Overrides
clearContent()
public FileContentBuffer.Builder clearContent()
The raw content in the secure keys file.
optional string content = 414659705;
clearField(Descriptors.FieldDescriptor field)
public FileContentBuffer.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public FileContentBuffer.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public FileContentBuffer.Builder clone()
Overrides
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FileContentBuffer other)
public FileContentBuffer.Builder mergeFrom(FileContentBuffer other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FileContentBuffer.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FileContentBuffer.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FileContentBuffer.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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 | String
The content to set.
|
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 | ByteString
The bytes for content to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public FileContentBuffer.Builder setField(Descriptors.FieldDescriptor field, Object value)
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 |
---|
Name | Description |
value | String
The fileType to set.
|
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 | ByteString
The bytes for fileType to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FileContentBuffer.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FileContentBuffer.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides