Class GetSystemPolicyRequest.Builder (1.84.0)

public static final class GetSystemPolicyRequest.Builder extends GeneratedMessage.Builder<GetSystemPolicyRequest.Builder> implements GetSystemPolicyRequestOrBuilder

Request to read the current system policy.

Protobuf type google.cloud.binaryauthorization.v1beta1.GetSystemPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetSystemPolicyRequest build()
Returns
Type Description
GetSystemPolicyRequest

buildPartial()

public GetSystemPolicyRequest buildPartial()
Returns
Type Description
GetSystemPolicyRequest

clear()

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

clearName()

public GetSystemPolicyRequest.Builder clearName()

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

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

Returns
Type Description
GetSystemPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetSystemPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetSystemPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetSystemPolicyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetSystemPolicyRequest.Builder setName(String value)

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetSystemPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetSystemPolicyRequest.Builder setNameBytes(ByteString value)

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

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
GetSystemPolicyRequest.Builder

This builder for chaining.