Interface Common.ResourceNameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Common.ResourceName, Common.ResourceName.Builder
Enclosing class:
Common

public static interface Common.ResourceNameOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string name = 4 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 4 [json_name = "name"];
    string namespace = 1 [json_name = "namespace"];
    com.google.protobuf.ByteString
    string namespace = 1 [json_name = "namespace"];
    string subtype = 3 [json_name = "subtype"];
    com.google.protobuf.ByteString
    string subtype = 3 [json_name = "subtype"];
    string type = 2 [json_name = "type"];
    com.google.protobuf.ByteString
    string type = 2 [json_name = "type"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNamespace

      String getNamespace()
      string namespace = 1 [json_name = "namespace"];
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1 [json_name = "namespace"];
      Returns:
      The bytes for namespace.
    • getType

      String getType()
      string type = 2 [json_name = "type"];
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2 [json_name = "type"];
      Returns:
      The bytes for type.
    • getSubtype

      String getSubtype()
      string subtype = 3 [json_name = "subtype"];
      Returns:
      The subtype.
    • getSubtypeBytes

      com.google.protobuf.ByteString getSubtypeBytes()
      string subtype = 3 [json_name = "subtype"];
      Returns:
      The bytes for subtype.
    • getName

      String getName()
      string name = 4 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 4 [json_name = "name"];
      Returns:
      The bytes for name.