Class RestrictAllowedServicesRequest (2.1.0)

public final class RestrictAllowedServicesRequest extends GeneratedMessageV3 implements RestrictAllowedServicesRequestOrBuilder

Request for restricting list of available services in Workload environment.

Protobuf type google.cloud.assuredworkloads.v1beta1.RestrictAllowedServicesRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RestrictAllowedServicesRequest

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

RESTRICTION_TYPE_FIELD_NUMBER

public static final int RESTRICTION_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RestrictAllowedServicesRequest getDefaultInstance()
Returns
TypeDescription
RestrictAllowedServicesRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RestrictAllowedServicesRequest.Builder newBuilder()
Returns
TypeDescription
RestrictAllowedServicesRequest.Builder

newBuilder(RestrictAllowedServicesRequest prototype)

public static RestrictAllowedServicesRequest.Builder newBuilder(RestrictAllowedServicesRequest prototype)
Parameter
NameDescription
prototypeRestrictAllowedServicesRequest
Returns
TypeDescription
RestrictAllowedServicesRequest.Builder

parseDelimitedFrom(InputStream input)

public static RestrictAllowedServicesRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RestrictAllowedServicesRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RestrictAllowedServicesRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RestrictAllowedServicesRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RestrictAllowedServicesRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RestrictAllowedServicesRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RestrictAllowedServicesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RestrictAllowedServicesRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RestrictAllowedServicesRequest> parser()
Returns
TypeDescription
Parser<RestrictAllowedServicesRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RestrictAllowedServicesRequest getDefaultInstanceForType()
Returns
TypeDescription
RestrictAllowedServicesRequest

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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<RestrictAllowedServicesRequest> getParserForType()
Returns
TypeDescription
Parser<RestrictAllowedServicesRequest>
Overrides

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for restrictionType.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RestrictAllowedServicesRequest.Builder newBuilderForType()
Returns
TypeDescription
RestrictAllowedServicesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RestrictAllowedServicesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RestrictAllowedServicesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RestrictAllowedServicesRequest.Builder toBuilder()
Returns
TypeDescription
RestrictAllowedServicesRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException