public static final class AspectType.Authorization.Builder extends GeneratedMessageV3.Builder<AspectType.Authorization.Builder> implements AspectType.AuthorizationOrBuilder
Autorization for an Aspect Type.
Protobuf type google.cloud.dataplex.v1.AspectType.Authorization
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 AspectType.Authorization.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AspectType.Authorization build()
buildPartial()
public AspectType.Authorization buildPartial()
clear()
public AspectType.Authorization.Builder clear()
Overrides
clearAlternateUsePermission()
public AspectType.Authorization.Builder clearAlternateUsePermission()
Immutable. The IAM permission grantable on the Entry Group to allow
access to instantiate Aspects of Dataplex owned Aspect Types, only
settable for Dataplex owned Types.
string alternate_use_permission = 1 [(.google.api.field_behavior) = IMMUTABLE];
clearField(Descriptors.FieldDescriptor field)
public AspectType.Authorization.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AspectType.Authorization.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AspectType.Authorization.Builder clone()
Overrides
getAlternateUsePermission()
public String getAlternateUsePermission()
Immutable. The IAM permission grantable on the Entry Group to allow
access to instantiate Aspects of Dataplex owned Aspect Types, only
settable for Dataplex owned Types.
string alternate_use_permission = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
String |
The alternateUsePermission.
|
getAlternateUsePermissionBytes()
public ByteString getAlternateUsePermissionBytes()
Immutable. The IAM permission grantable on the Entry Group to allow
access to instantiate Aspects of Dataplex owned Aspect Types, only
settable for Dataplex owned Types.
string alternate_use_permission = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
ByteString |
The bytes for alternateUsePermission.
|
getDefaultInstanceForType()
public AspectType.Authorization getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AspectType.Authorization other)
public AspectType.Authorization.Builder mergeFrom(AspectType.Authorization other)
public AspectType.Authorization.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AspectType.Authorization.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AspectType.Authorization.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAlternateUsePermission(String value)
public AspectType.Authorization.Builder setAlternateUsePermission(String value)
Immutable. The IAM permission grantable on the Entry Group to allow
access to instantiate Aspects of Dataplex owned Aspect Types, only
settable for Dataplex owned Types.
string alternate_use_permission = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter |
Name |
Description |
value |
String
The alternateUsePermission to set.
|
setAlternateUsePermissionBytes(ByteString value)
public AspectType.Authorization.Builder setAlternateUsePermissionBytes(ByteString value)
Immutable. The IAM permission grantable on the Entry Group to allow
access to instantiate Aspects of Dataplex owned Aspect Types, only
settable for Dataplex owned Types.
string alternate_use_permission = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter |
Name |
Description |
value |
ByteString
The bytes for alternateUsePermission to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public AspectType.Authorization.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AspectType.Authorization.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AspectType.Authorization.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides