Interface Meta.GroupVersionResourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.GroupVersionResource, Meta.GroupVersionResource.Builder
Enclosing class:
Meta

public static interface Meta.GroupVersionResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string group = 1;
    com.google.protobuf.ByteString
    optional string group = 1;
    optional string resource = 3;
    com.google.protobuf.ByteString
    optional string resource = 3;
    optional string version = 2;
    com.google.protobuf.ByteString
    optional string version = 2;
    boolean
    optional string group = 1;
    boolean
    optional string resource = 3;
    boolean
    optional string version = 2;

    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 Details

    • hasGroup

      boolean hasGroup()
      optional string group = 1;
    • getGroup

      String getGroup()
      optional string group = 1;
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      optional string group = 1;
    • hasVersion

      boolean hasVersion()
      optional string version = 2;
    • getVersion

      String getVersion()
      optional string version = 2;
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2;
    • hasResource

      boolean hasResource()
      optional string resource = 3;
    • getResource

      String getResource()
      optional string resource = 3;
    • getResourceBytes

      com.google.protobuf.ByteString getResourceBytes()
      optional string resource = 3;