Class FrameworkDeploymentReference.Builder (0.1.0)

public static final class FrameworkDeploymentReference.Builder extends GeneratedMessageV3.Builder<FrameworkDeploymentReference.Builder> implements FrameworkDeploymentReferenceOrBuilder

The reference to the framework deployment.

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FrameworkDeploymentReference build()
Returns
Type Description
FrameworkDeploymentReference

buildPartial()

public FrameworkDeploymentReference buildPartial()
Returns
Type Description
FrameworkDeploymentReference

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFrameworkDeployment()

public FrameworkDeploymentReference.Builder clearFrameworkDeployment()

Output only. The name of the framework. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

clearFrameworkDisplayName()

public FrameworkDeploymentReference.Builder clearFrameworkDisplayName()

Optional. The display name of the framework.

string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

clearFrameworkReference()

public FrameworkDeploymentReference.Builder clearFrameworkReference()

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkDeploymentReference.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public FrameworkDeploymentReference getDefaultInstanceForType()
Returns
Type Description
FrameworkDeploymentReference

getDescriptorForType()

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

getFrameworkDeployment()

public String getFrameworkDeployment()

Output only. The name of the framework. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The frameworkDeployment.

getFrameworkDeploymentBytes()

public ByteString getFrameworkDeploymentBytes()

Output only. The name of the framework. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for frameworkDeployment.

getFrameworkDisplayName()

public String getFrameworkDisplayName()

Optional. The display name of the framework.

string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The frameworkDisplayName.

getFrameworkDisplayNameBytes()

public ByteString getFrameworkDisplayNameBytes()

Optional. The display name of the framework.

string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for frameworkDisplayName.

getFrameworkReference()

public FrameworkReference getFrameworkReference()

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkReference

The frameworkReference.

getFrameworkReferenceBuilder()

public FrameworkReference.Builder getFrameworkReferenceBuilder()

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkReference.Builder

getFrameworkReferenceOrBuilder()

public FrameworkReferenceOrBuilder getFrameworkReferenceOrBuilder()

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkReferenceOrBuilder

hasFrameworkReference()

public boolean hasFrameworkReference()

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the frameworkReference field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrameworkReference(FrameworkReference value)

public FrameworkDeploymentReference.Builder mergeFrameworkReference(FrameworkReference value)

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FrameworkReference
Returns
Type Description
FrameworkDeploymentReference.Builder

mergeFrom(FrameworkDeploymentReference other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFrameworkDeployment(String value)

public FrameworkDeploymentReference.Builder setFrameworkDeployment(String value)

Output only. The name of the framework. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The frameworkDeployment to set.

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

setFrameworkDeploymentBytes(ByteString value)

public FrameworkDeploymentReference.Builder setFrameworkDeploymentBytes(ByteString value)

Output only. The name of the framework. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for frameworkDeployment to set.

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

setFrameworkDisplayName(String value)

public FrameworkDeploymentReference.Builder setFrameworkDisplayName(String value)

Optional. The display name of the framework.

string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The frameworkDisplayName to set.

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

setFrameworkDisplayNameBytes(ByteString value)

public FrameworkDeploymentReference.Builder setFrameworkDisplayNameBytes(ByteString value)

Optional. The display name of the framework.

string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for frameworkDisplayName to set.

Returns
Type Description
FrameworkDeploymentReference.Builder

This builder for chaining.

setFrameworkReference(FrameworkReference value)

public FrameworkDeploymentReference.Builder setFrameworkReference(FrameworkReference value)

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FrameworkReference
Returns
Type Description
FrameworkDeploymentReference.Builder

setFrameworkReference(FrameworkReference.Builder builderForValue)

public FrameworkDeploymentReference.Builder setFrameworkReference(FrameworkReference.Builder builderForValue)

Optional. The reference to the framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }

.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue FrameworkReference.Builder
Returns
Type Description
FrameworkDeploymentReference.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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