Class RestrictAllowedServicesRequest.Builder (2.1.0)

public static final class RestrictAllowedServicesRequest.Builder extends GeneratedMessageV3.Builder<RestrictAllowedServicesRequest.Builder> implements RestrictAllowedServicesRequestOrBuilder

Request for restricting list of available services in Workload environment.

Protobuf type google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public RestrictAllowedServicesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

build()

public RestrictAllowedServicesRequest build()
Returns
Type Description
RestrictAllowedServicesRequest

buildPartial()

public RestrictAllowedServicesRequest buildPartial()
Returns
Type Description
RestrictAllowedServicesRequest

clear()

public RestrictAllowedServicesRequest.Builder clear()
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public RestrictAllowedServicesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

clearName()

public RestrictAllowedServicesRequest.Builder clearName()

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public RestrictAllowedServicesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

clearRestrictionType()

public RestrictAllowedServicesRequest.Builder clearRestrictionType()

Required. The type of restriction for using gcp services in the Workload environment.

.google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType restriction_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

clone()

public RestrictAllowedServicesRequest.Builder clone()
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

getDefaultInstanceForType()

public RestrictAllowedServicesRequest getDefaultInstanceForType()
Returns
Type Description
RestrictAllowedServicesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getRestrictionType()

public RestrictAllowedServicesRequest.RestrictionType getRestrictionType()

Required. The type of restriction for using gcp services in the Workload environment.

.google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType restriction_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RestrictAllowedServicesRequest.RestrictionType

The restrictionType.

getRestrictionTypeValue()

public int getRestrictionTypeValue()

Required. The type of restriction for using gcp services in the Workload environment.

.google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType restriction_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for restrictionType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RestrictAllowedServicesRequest other)

public RestrictAllowedServicesRequest.Builder mergeFrom(RestrictAllowedServicesRequest other)
Parameter
Name Description
other RestrictAllowedServicesRequest
Returns
Type Description
RestrictAllowedServicesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RestrictAllowedServicesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides Exceptions
Type Description
IOException

mergeFrom(Message other)

public RestrictAllowedServicesRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final RestrictAllowedServicesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public RestrictAllowedServicesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

setName(String value)

public RestrictAllowedServicesRequest.Builder setName(String value)

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public RestrictAllowedServicesRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the Workload. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public RestrictAllowedServicesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides

setRestrictionType(RestrictAllowedServicesRequest.RestrictionType value)

public RestrictAllowedServicesRequest.Builder setRestrictionType(RestrictAllowedServicesRequest.RestrictionType value)

Required. The type of restriction for using gcp services in the Workload environment.

.google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType restriction_type = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value RestrictAllowedServicesRequest.RestrictionType

The restrictionType to set.

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

setRestrictionTypeValue(int value)

public RestrictAllowedServicesRequest.Builder setRestrictionTypeValue(int value)

Required. The type of restriction for using gcp services in the Workload environment.

.google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest.RestrictionType restriction_type = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for restrictionType to set.

Returns
Type Description
RestrictAllowedServicesRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final RestrictAllowedServicesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RestrictAllowedServicesRequest.Builder
Overrides