public interface KubernetesManifestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiVersion()
public abstract String getApiVersion()Output only. Kubernetes API version.
string api_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The apiVersion. |
getApiVersionBytes()
public abstract ByteString getApiVersionBytes()Output only. Kubernetes API version.
string api_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for apiVersion. |
getContent()
public abstract String getContent()Output only. YAML content.
string content = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes()Output only. YAML content.
string content = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |
getKind()
public abstract String getKind()Output only. Kubernetes resource kind.
string kind = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Output only. Kubernetes resource kind.
string kind = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |