Class FrameworkDeploymentReference (0.1.0)

public final class FrameworkDeploymentReference extends GeneratedMessageV3 implements FrameworkDeploymentReferenceOrBuilder

The reference to the framework deployment.

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference

Static Fields

FRAMEWORK_DEPLOYMENT_FIELD_NUMBER

public static final int FRAMEWORK_DEPLOYMENT_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_DISPLAY_NAME_FIELD_NUMBER

public static final int FRAMEWORK_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_REFERENCE_FIELD_NUMBER

public static final int FRAMEWORK_REFERENCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FrameworkDeploymentReference getDefaultInstance()
Returns
Type Description
FrameworkDeploymentReference

getDescriptor()

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

newBuilder()

public static FrameworkDeploymentReference.Builder newBuilder()
Returns
Type Description
FrameworkDeploymentReference.Builder

newBuilder(FrameworkDeploymentReference prototype)

public static FrameworkDeploymentReference.Builder newBuilder(FrameworkDeploymentReference prototype)
Parameter
Name Description
prototype FrameworkDeploymentReference
Returns
Type Description
FrameworkDeploymentReference.Builder

parseDelimitedFrom(InputStream input)

public static FrameworkDeploymentReference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FrameworkDeploymentReference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FrameworkDeploymentReference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FrameworkDeploymentReference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FrameworkDeploymentReference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FrameworkDeploymentReference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FrameworkDeploymentReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkDeploymentReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FrameworkDeploymentReference> parser()
Returns
Type Description
Parser<FrameworkDeploymentReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FrameworkDeploymentReference getDefaultInstanceForType()
Returns
Type Description
FrameworkDeploymentReference

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.

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

getParserForType()

public Parser<FrameworkDeploymentReference> getParserForType()
Returns
Type Description
Parser<FrameworkDeploymentReference>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FrameworkDeploymentReference.Builder newBuilderForType()
Returns
Type Description
FrameworkDeploymentReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FrameworkDeploymentReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FrameworkDeploymentReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FrameworkDeploymentReference.Builder toBuilder()
Returns
Type Description
FrameworkDeploymentReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException