Class GetPartnerPermissionsRequest.Builder (0.4.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.v1beta.GetPartnerPermissionsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetPartnerPermissionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

build()

public GetPartnerPermissionsRequest build()
Returns
TypeDescription
GetPartnerPermissionsRequest

buildPartial()

public GetPartnerPermissionsRequest buildPartial()
Returns
TypeDescription
GetPartnerPermissionsRequest

clear()

public GetPartnerPermissionsRequest.Builder clear()
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetPartnerPermissionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
GetPartnerPermissionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetPartnerPermissionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

clone()

public GetPartnerPermissionsRequest.Builder clone()
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

getDefaultInstanceForType()

public GetPartnerPermissionsRequest getDefaultInstanceForType()
Returns
TypeDescription
GetPartnerPermissionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetPartnerPermissionsRequest other)

public GetPartnerPermissionsRequest.Builder mergeFrom(GetPartnerPermissionsRequest other)
Parameter
NameDescription
otherGetPartnerPermissionsRequest
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetPartnerPermissionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetPartnerPermissionsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetPartnerPermissionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetPartnerPermissionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetPartnerPermissionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetPartnerPermissionsRequest.Builder
Overrides