Class GetFrameworkDeploymentRequest.Builder (0.12.0)

public static final class GetFrameworkDeploymentRequest.Builder extends GeneratedMessage.Builder<GetFrameworkDeploymentRequest.Builder> implements GetFrameworkDeploymentRequestOrBuilder

The request message for [GetFrameworkDeployment][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.GetFrameworkDeploymentRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetFrameworkDeploymentRequest build()
Returns
Type Description
GetFrameworkDeploymentRequest

buildPartial()

public GetFrameworkDeploymentRequest buildPartial()
Returns
Type Description
GetFrameworkDeploymentRequest

clear()

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

clearName()

public GetFrameworkDeploymentRequest.Builder clearName()

Required. The name of the framework deployment, in the format organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

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

Returns
Type Description
GetFrameworkDeploymentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetFrameworkDeploymentRequest getDefaultInstanceForType()
Returns
Type Description
GetFrameworkDeploymentRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the framework deployment, in the format organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the framework deployment, in the format organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

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(GetFrameworkDeploymentRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetFrameworkDeploymentRequest.Builder setName(String value)

Required. The name of the framework deployment, in the format organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetFrameworkDeploymentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetFrameworkDeploymentRequest.Builder setNameBytes(ByteString value)

Required. The name of the framework deployment, in the format organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}. The only supported location is global.

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

This builder for chaining.