public interface TypeMetaOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApiVersion()
public abstract String getApiVersion()
APIVersion of the resource (e.g. v1).
string api_version = 2;
Returns | |
---|---|
Type | Description |
String |
The apiVersion. |
getApiVersionBytes()
public abstract ByteString getApiVersionBytes()
APIVersion of the resource (e.g. v1).
string api_version = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for apiVersion. |
getKind()
public abstract String getKind()
Kind of the resource (e.g. Deployment).
string kind = 1;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()
Kind of the resource (e.g. Deployment).
string kind = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |