Package com.google.cloud.gkehub.v1beta1
Interface TypeMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeMeta
,TypeMeta.Builder
public interface TypeMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getApiVersion()
APIVersion of the resource (e.g.com.google.protobuf.ByteString
getApiVersionBytes()
APIVersion of the resource (e.g.String
getKind()
Kind of the resource (e.g.com.google.protobuf.ByteString
getKindBytes()
Kind of the resource (e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKind
String getKind()
Kind of the resource (e.g. Deployment).
string kind = 1;
- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
Kind of the resource (e.g. Deployment).
string kind = 1;
- Returns:
- The bytes for kind.
-
getApiVersion
String getApiVersion()
APIVersion of the resource (e.g. v1).
string api_version = 2;
- Returns:
- The apiVersion.
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
APIVersion of the resource (e.g. v1).
string api_version = 2;
- Returns:
- The bytes for apiVersion.
-
-