Interface Common.NamedEntityIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      Name of the domain the resource belongs to.
      com.google.protobuf.ByteString getDomainBytes()
      Name of the domain the resource belongs to.
      String getName()
      User provided value for the resource.
      com.google.protobuf.ByteString getNameBytes()
      User provided value for the resource.
      String getProject()
      Name of the project the resource belongs to.
      com.google.protobuf.ByteString getProjectBytes()
      Name of the project the resource belongs to.
      • 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

      • getProject

        String getProject()
         Name of the project the resource belongs to.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of the project the resource belongs to.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        String getDomain()
         Name of the domain the resource belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Name of the domain the resource belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getName

        String getName()
         User provided value for the resource.
         The combination of project + domain + name uniquely identifies the resource.
         +optional - in certain contexts - like 'List API', 'Launch plans'
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User provided value for the resource.
         The combination of project + domain + name uniquely identifies the resource.
         +optional - in certain contexts - like 'List API', 'Launch plans'
         
        string name = 3;
        Returns:
        The bytes for name.