Interface V1beta1Rbac.RoleRefOrBuilder

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

public static interface V1beta1Rbac.RoleRefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    APIGroup is the group for the resource being referenced
    com.google.protobuf.ByteString
    APIGroup is the group for the resource being referenced
    Kind is the type of resource being referenced
    com.google.protobuf.ByteString
    Kind is the type of resource being referenced
    Name is the name of resource being referenced
    com.google.protobuf.ByteString
    Name is the name of resource being referenced
    boolean
    APIGroup is the group for the resource being referenced
    boolean
    Kind is the type of resource being referenced
    boolean
    Name is the name of resource being referenced

    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

    • hasApiGroup

      boolean hasApiGroup()
       APIGroup is the group for the resource being referenced
       
      optional string apiGroup = 1;
    • getApiGroup

      String getApiGroup()
       APIGroup is the group for the resource being referenced
       
      optional string apiGroup = 1;
    • getApiGroupBytes

      com.google.protobuf.ByteString getApiGroupBytes()
       APIGroup is the group for the resource being referenced
       
      optional string apiGroup = 1;
    • hasKind

      boolean hasKind()
       Kind is the type of resource being referenced
       
      optional string kind = 2;
    • getKind

      String getKind()
       Kind is the type of resource being referenced
       
      optional string kind = 2;
    • getKindBytes

      com.google.protobuf.ByteString getKindBytes()
       Kind is the type of resource being referenced
       
      optional string kind = 2;
    • hasName

      boolean hasName()
       Name is the name of resource being referenced
       
      optional string name = 3;
    • getName

      String getName()
       Name is the name of resource being referenced
       
      optional string name = 3;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name is the name of resource being referenced
       
      optional string name = 3;