public static final class TypeMeta.Builder extends GeneratedMessage.Builder<TypeMeta.Builder> implements TypeMetaOrBuilderTypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.
Protobuf type google.cloud.gkehub.v1beta1.TypeMeta
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TypeMeta.BuilderImplements
TypeMetaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TypeMeta build()| Returns | |
|---|---|
| Type | Description |
TypeMeta |
|
buildPartial()
public TypeMeta buildPartial()| Returns | |
|---|---|
| Type | Description |
TypeMeta |
|
clear()
public TypeMeta.Builder clear()| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
|
clearApiVersion()
public TypeMeta.Builder clearApiVersion()APIVersion of the resource (e.g. v1).
string api_version = 2;
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |
clearKind()
public TypeMeta.Builder clearKind()Kind of the resource (e.g. Deployment).
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |
getApiVersion()
public String getApiVersion()APIVersion of the resource (e.g. v1).
string api_version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The apiVersion. |
getApiVersionBytes()
public ByteString getApiVersionBytes()APIVersion of the resource (e.g. v1).
string api_version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for apiVersion. |
getDefaultInstanceForType()
public TypeMeta getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TypeMeta |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKind()
public String getKind()Kind of the resource (e.g. Deployment).
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()Kind of the resource (e.g. Deployment).
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TypeMeta other)
public TypeMeta.Builder mergeFrom(TypeMeta other)| Parameter | |
|---|---|
| Name | Description |
other |
TypeMeta |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TypeMeta.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TypeMeta.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
|
setApiVersion(String value)
public TypeMeta.Builder setApiVersion(String value)APIVersion of the resource (e.g. v1).
string api_version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe apiVersion to set. |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |
setApiVersionBytes(ByteString value)
public TypeMeta.Builder setApiVersionBytes(ByteString value)APIVersion of the resource (e.g. v1).
string api_version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for apiVersion to set. |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |
setKind(String value)
public TypeMeta.Builder setKind(String value)Kind of the resource (e.g. Deployment).
string kind = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public TypeMeta.Builder setKindBytes(ByteString value)Kind of the resource (e.g. Deployment).
string kind = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
TypeMeta.Builder |
This builder for chaining. |