public static final class FrameworkDeploymentReference.Builder extends GeneratedMessageV3.Builder<FrameworkDeploymentReference.Builder> implements FrameworkDeploymentReferenceOrBuilderThe reference to a framework deployment.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FrameworkDeploymentReference.BuilderImplements
FrameworkDeploymentReferenceOrBuilderStatic 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 |
|
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 |
|
clearField(Descriptors.FieldDescriptor field)
public FrameworkDeploymentReference.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference.Builder |
|
clearFrameworkDeployment()
public FrameworkDeploymentReference.Builder clearFrameworkDeployment() Output only. The name of the framework deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
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 that this framework deployment is for.
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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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 |
|
clone()
public FrameworkDeploymentReference.Builder clone()| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference.Builder |
|
getDefaultInstanceForType()
public FrameworkDeploymentReference getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFrameworkDeployment()
public String getFrameworkDeployment() Output only. The name of the framework deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
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 deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
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 that this framework deployment is for.
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 that this framework deployment is for.
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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrameworkReference(FrameworkReference value)
public FrameworkDeploymentReference.Builder mergeFrameworkReference(FrameworkReference value)Optional. The reference to the framework that this deployment is for. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FrameworkDeploymentReference.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FrameworkDeploymentReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference.Builder |
|
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 |
|
setFrameworkDeployment(String value)
public FrameworkDeploymentReference.Builder setFrameworkDeployment(String value) Output only. The name of the framework deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 deployment, in the format
organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe 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 that this framework deployment is for.
string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 that this framework deployment is for.
string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe 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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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. For example:
`
{
framework:
"organizations/{org}/locations/{location}/frameworks/{framework}",
major_revision_id: 1
}
The only supported location is global`.
.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 |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final FrameworkDeploymentReference.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentReference.Builder |
|