Class FrameworkDeploymentReference (0.3.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.3.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  FrameworkDeploymentReference   extends   GeneratedMessageV3   implements   FrameworkDeploymentReferenceOrBuilder  
   The reference to a FrameworkDeployment.
 Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  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 ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   FrameworkDeploymentReference . Builder   newBuilder ()  
  
  newBuilder(FrameworkDeploymentReference prototype) 
  
    
public   static   FrameworkDeploymentReference . Builder   newBuilder ( FrameworkDeploymentReference   prototype )  
  
  
  
    
public   static   FrameworkDeploymentReference   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   FrameworkDeploymentReference   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FrameworkDeploymentReference   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   FrameworkDeploymentReference   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FrameworkDeploymentReference   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   FrameworkDeploymentReference   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FrameworkDeploymentReference   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<FrameworkDeploymentReference>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   FrameworkDeploymentReference   getDefaultInstanceForType ()  
  
  getFrameworkDeployment() 
  
    
public   String   getFrameworkDeployment ()  
   Output only. The name of the FrameworkDeployment. 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 FrameworkDeployment. 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 that this FrameworkDeployment
 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 FrameworkDeployment
 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.
 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];
 
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];
 
getParserForType() 
  
    
public   Parser<FrameworkDeploymentReference>   getParserForType ()  
  
  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() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   FrameworkDeploymentReference . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   FrameworkDeploymentReference . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   FrameworkDeploymentReference . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]