Class GetPartnerPermissionsRequest.Builder (0.8.0)

public static final class GetPartnerPermissionsRequest.Builder extends GeneratedMessageV3.Builder<GetPartnerPermissionsRequest.Builder> implements GetPartnerPermissionsRequestOrBuilder

Request for getting the partner permissions granted for a workload

Protobuf type google.cloud.cloudcontrolspartner.v1.GetPartnerPermissionsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetPartnerPermissionsRequest build()
Returns
Type Description
GetPartnerPermissionsRequest

buildPartial()

public GetPartnerPermissionsRequest buildPartial()
Returns
Type Description
GetPartnerPermissionsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetPartnerPermissionsRequest.Builder clearName()

Required. Name of the resource to get in the format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetPartnerPermissionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public GetPartnerPermissionsRequest getDefaultInstanceForType()
Returns
Type Description
GetPartnerPermissionsRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the resource to get in the format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the resource to get in the format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPartnerPermissionsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetPartnerPermissionsRequest.Builder setName(String value)

Required. Name of the resource to get in the format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetPartnerPermissionsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetPartnerPermissionsRequest.Builder setNameBytes(ByteString value)

Required. Name of the resource to get in the format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetPartnerPermissionsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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