public static final class UpdateDataAccessScopeRequest.Builder extends GeneratedMessageV3.Builder<UpdateDataAccessScopeRequest.Builder> implements UpdateDataAccessScopeRequestOrBuilder
Request message for UpdateDataAccessScope method.
Protobuf type google.cloud.chronicle.v1.UpdateDataAccessScopeRequest
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 UpdateDataAccessScopeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateDataAccessScopeRequest build()
buildPartial()
public UpdateDataAccessScopeRequest buildPartial()
clear()
public UpdateDataAccessScopeRequest.Builder clear()
Overrides
clearDataAccessScope()
public UpdateDataAccessScopeRequest.Builder clearDataAccessScope()
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public UpdateDataAccessScopeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateDataAccessScopeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateDataAccessScopeRequest.Builder clearUpdateMask()
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
clone()
public UpdateDataAccessScopeRequest.Builder clone()
Overrides
getDataAccessScope()
public DataAccessScope getDataAccessScope()
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
getDataAccessScopeBuilder()
public DataAccessScope.Builder getDataAccessScopeBuilder()
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
getDataAccessScopeOrBuilder()
public DataAccessScopeOrBuilder getDataAccessScopeOrBuilder()
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public UpdateDataAccessScopeRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
hasDataAccessScope()
public boolean hasDataAccessScope()
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the dataAccessScope field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeDataAccessScope(DataAccessScope value)
public UpdateDataAccessScopeRequest.Builder mergeDataAccessScope(DataAccessScope value)
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateDataAccessScopeRequest other)
public UpdateDataAccessScopeRequest.Builder mergeFrom(UpdateDataAccessScopeRequest other)
public UpdateDataAccessScopeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateDataAccessScopeRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateDataAccessScopeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateDataAccessScopeRequest.Builder mergeUpdateMask(FieldMask value)
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
setDataAccessScope(DataAccessScope value)
public UpdateDataAccessScopeRequest.Builder setDataAccessScope(DataAccessScope value)
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
setDataAccessScope(DataAccessScope.Builder builderForValue)
public UpdateDataAccessScopeRequest.Builder setDataAccessScope(DataAccessScope.Builder builderForValue)
Required. The data access scope to update.
The scope's name
field is used to identify the scope to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateDataAccessScopeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateDataAccessScopeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateDataAccessScopeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateDataAccessScopeRequest.Builder setUpdateMask(FieldMask value)
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateDataAccessScopeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description, the allowed
and denied labels list fields are supported for update;
an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
.google.protobuf.FieldMask update_mask = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|