public static final class FileContentBuffer.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder> implements FileContentBufferOrBuilder
Protobuf type
google.cloud.compute.v1.FileContentBuffer| Modifier and Type | Method and Description |
|---|---|
FileContentBuffer.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileContentBuffer |
build() |
FileContentBuffer |
buildPartial() |
FileContentBuffer.Builder |
clear() |
FileContentBuffer.Builder |
clearContent()
The raw content in the secure keys file.
|
FileContentBuffer.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FileContentBuffer.Builder |
clearFileType()
The file type of source file.
|
FileContentBuffer.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FileContentBuffer.Builder |
clone() |
String |
getContent()
The raw content in the secure keys file.
|
com.google.protobuf.ByteString |
getContentBytes()
The raw content in the secure keys file.
|
FileContentBuffer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFileType()
The file type of source file.
|
com.google.protobuf.ByteString |
getFileTypeBytes()
The file type of source file.
|
boolean |
hasContent()
The raw content in the secure keys file.
|
boolean |
hasFileType()
The file type of source file.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FileContentBuffer.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FileContentBuffer.Builder |
mergeFrom(FileContentBuffer other) |
FileContentBuffer.Builder |
mergeFrom(com.google.protobuf.Message other) |
FileContentBuffer.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FileContentBuffer.Builder |
setContent(String value)
The raw content in the secure keys file.
|
FileContentBuffer.Builder |
setContentBytes(com.google.protobuf.ByteString value)
The raw content in the secure keys file.
|
FileContentBuffer.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileContentBuffer.Builder |
setFileType(String value)
The file type of source file.
|
FileContentBuffer.Builder |
setFileTypeBytes(com.google.protobuf.ByteString value)
The file type of source file.
|
FileContentBuffer.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FileContentBuffer.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FileContentBuffer build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FileContentBuffer buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FileContentBuffer.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder mergeFrom(FileContentBuffer other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public FileContentBuffer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FileContentBuffer.Builder>IOExceptionpublic boolean hasContent()
The raw content in the secure keys file.
optional string content = 414659705;hasContent in interface FileContentBufferOrBuilderpublic String getContent()
The raw content in the secure keys file.
optional string content = 414659705;getContent in interface FileContentBufferOrBuilderpublic com.google.protobuf.ByteString getContentBytes()
The raw content in the secure keys file.
optional string content = 414659705;getContentBytes in interface FileContentBufferOrBuilderpublic FileContentBuffer.Builder setContent(String value)
The raw content in the secure keys file.
optional string content = 414659705;value - The content to set.public FileContentBuffer.Builder clearContent()
The raw content in the secure keys file.
optional string content = 414659705;public FileContentBuffer.Builder setContentBytes(com.google.protobuf.ByteString value)
The raw content in the secure keys file.
optional string content = 414659705;value - The bytes for content to set.public boolean hasFileType()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;hasFileType in interface FileContentBufferOrBuilderpublic String getFileType()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;getFileType in interface FileContentBufferOrBuilderpublic com.google.protobuf.ByteString getFileTypeBytes()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;getFileTypeBytes in interface FileContentBufferOrBuilderpublic 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;value - The fileType to set.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;public FileContentBuffer.Builder setFileTypeBytes(com.google.protobuf.ByteString value)
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;value - The bytes for fileType to set.public final FileContentBuffer.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>public final FileContentBuffer.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FileContentBuffer.Builder>Copyright © 2023 Google LLC. All rights reserved.