Interface IamPolicyAnalysisResult.ResourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IamPolicyAnalysisState getAnalysisState()
      The analysis state of this resource.
      IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
      The analysis state of this resource.
      String getFullResourceName()
      The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      com.google.protobuf.ByteString getFullResourceNameBytes()
      The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      boolean hasAnalysisState()
      The analysis state of this resource.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFullResourceName

        String getFullResourceName()
         The [full resource
         name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
         
        string full_resource_name = 1;
        Returns:
        The fullResourceName.
      • getFullResourceNameBytes

        com.google.protobuf.ByteString getFullResourceNameBytes()
         The [full resource
         name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
         
        string full_resource_name = 1;
        Returns:
        The bytes for fullResourceName.
      • hasAnalysisState

        boolean hasAnalysisState()
         The analysis state of this resource.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
        Returns:
        Whether the analysisState field is set.
      • getAnalysisState

        IamPolicyAnalysisState getAnalysisState()
         The analysis state of this resource.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
        Returns:
        The analysisState.
      • getAnalysisStateOrBuilder

        IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
         The analysis state of this resource.
         
        .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;