public static final class IamPolicyAnalysisOutputConfig.GcsDestination.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder> implements IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilder
A Cloud Storage location.Protobuf type
google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig.GcsDestinationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IamPolicyAnalysisOutputConfig.GcsDestination build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IamPolicyAnalysisOutputConfig.GcsDestination buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic IamPolicyAnalysisOutputConfig.GcsDestination.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.Builder mergeFrom(IamPolicyAnalysisOutputConfig.GcsDestination other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>IOExceptionpublic String getUri()
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];getUri in interface IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];getUriBytes in interface IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilderpublic IamPolicyAnalysisOutputConfig.GcsDestination.Builder setUri(String value)
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];value - The uri to set.public IamPolicyAnalysisOutputConfig.GcsDestination.Builder clearUri()
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];public IamPolicyAnalysisOutputConfig.GcsDestination.Builder setUriBytes(com.google.protobuf.ByteString value)
Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for uri to set.public final IamPolicyAnalysisOutputConfig.GcsDestination.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>public final IamPolicyAnalysisOutputConfig.GcsDestination.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>Copyright © 2020 Google LLC. All rights reserved.