Class Resource

  • All Implemented Interfaces:
    ResourceOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Resource
    extends com.google.protobuf.GeneratedMessageV3
    implements ResourceOrBuilder
     Information related to the Google Cloud resource.
     
    Protobuf type google.cloud.securitycenter.v1.Resource
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Resource.Builder
      Information related to the Google Cloud resource.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         The full resource name of the resource. See:
         https://cloud.google.com/apis/design/resource_names#full_resource_name
         
        string name = 1;
        Specified by:
        getName in interface ResourceOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The full resource name of the resource. See:
         https://cloud.google.com/apis/design/resource_names#full_resource_name
         
        string name = 1;
        Specified by:
        getNameBytes in interface ResourceOrBuilder
        Returns:
        The bytes for name.
      • getDisplayName

        public String getDisplayName()
         The human readable name of the resource.
         
        string display_name = 8;
        Specified by:
        getDisplayName in interface ResourceOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         The human readable name of the resource.
         
        string display_name = 8;
        Specified by:
        getDisplayNameBytes in interface ResourceOrBuilder
        Returns:
        The bytes for displayName.
      • getType

        public String getType()
         The full resource type of the resource.
         
        string type = 6;
        Specified by:
        getType in interface ResourceOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
         The full resource type of the resource.
         
        string type = 6;
        Specified by:
        getTypeBytes in interface ResourceOrBuilder
        Returns:
        The bytes for type.
      • getProject

        public String getProject()
         The full resource name of project that the resource belongs to.
         
        string project = 2;
        Specified by:
        getProject in interface ResourceOrBuilder
        Returns:
        The project.
      • getProjectBytes

        public com.google.protobuf.ByteString getProjectBytes()
         The full resource name of project that the resource belongs to.
         
        string project = 2;
        Specified by:
        getProjectBytes in interface ResourceOrBuilder
        Returns:
        The bytes for project.
      • getProjectDisplayName

        public String getProjectDisplayName()
         The project ID that the resource belongs to.
         
        string project_display_name = 3;
        Specified by:
        getProjectDisplayName in interface ResourceOrBuilder
        Returns:
        The projectDisplayName.
      • getProjectDisplayNameBytes

        public com.google.protobuf.ByteString getProjectDisplayNameBytes()
         The project ID that the resource belongs to.
         
        string project_display_name = 3;
        Specified by:
        getProjectDisplayNameBytes in interface ResourceOrBuilder
        Returns:
        The bytes for projectDisplayName.
      • getParent

        public String getParent()
         The full resource name of resource's parent.
         
        string parent = 4;
        Specified by:
        getParent in interface ResourceOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The full resource name of resource's parent.
         
        string parent = 4;
        Specified by:
        getParentBytes in interface ResourceOrBuilder
        Returns:
        The bytes for parent.
      • getParentDisplayName

        public String getParentDisplayName()
         The human readable name of resource's parent.
         
        string parent_display_name = 5;
        Specified by:
        getParentDisplayName in interface ResourceOrBuilder
        Returns:
        The parentDisplayName.
      • getParentDisplayNameBytes

        public com.google.protobuf.ByteString getParentDisplayNameBytes()
         The human readable name of resource's parent.
         
        string parent_display_name = 5;
        Specified by:
        getParentDisplayNameBytes in interface ResourceOrBuilder
        Returns:
        The bytes for parentDisplayName.
      • getFoldersList

        public List<Folder> getFoldersList()
         Output only. Contains a Folder message for each folder in the assets
         ancestry. The first folder is the deepest nested folder, and the last
         folder is the folder directly under the Organization.
         
        repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFoldersList in interface ResourceOrBuilder
      • getFoldersOrBuilderList

        public List<? extends FolderOrBuilder> getFoldersOrBuilderList()
         Output only. Contains a Folder message for each folder in the assets
         ancestry. The first folder is the deepest nested folder, and the last
         folder is the folder directly under the Organization.
         
        repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFoldersOrBuilderList in interface ResourceOrBuilder
      • getFoldersCount

        public int getFoldersCount()
         Output only. Contains a Folder message for each folder in the assets
         ancestry. The first folder is the deepest nested folder, and the last
         folder is the folder directly under the Organization.
         
        repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFoldersCount in interface ResourceOrBuilder
      • getFolders

        public Folder getFolders​(int index)
         Output only. Contains a Folder message for each folder in the assets
         ancestry. The first folder is the deepest nested folder, and the last
         folder is the folder directly under the Organization.
         
        repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFolders in interface ResourceOrBuilder
      • getFoldersOrBuilder

        public FolderOrBuilder getFoldersOrBuilder​(int index)
         Output only. Contains a Folder message for each folder in the assets
         ancestry. The first folder is the deepest nested folder, and the last
         folder is the folder directly under the Organization.
         
        repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFoldersOrBuilder in interface ResourceOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Resource parseFrom​(ByteBuffer data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(ByteBuffer data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(com.google.protobuf.ByteString data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(com.google.protobuf.ByteString data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(byte[] data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(byte[] data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Resource parseFrom​(com.google.protobuf.CodedInputStream input,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Resource.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Resource.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Resource.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Resource getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Resource> parser()
      • getParserForType

        public com.google.protobuf.Parser<Resource> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Resource getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder