Class TypeMeta.Builder (1.83.0)

public static final class TypeMeta.Builder extends GeneratedMessage.Builder<TypeMeta.Builder> implements TypeMetaOrBuilder

TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.

Protobuf type google.cloud.gkehub.v1.TypeMeta

Implements

TypeMetaOrBuilder

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TypeMeta.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TypeMeta.Builder
Overrides

setApiVersion(String value)

public TypeMeta.Builder setApiVersion(String value)

APIVersion of the resource (e.g. v1).

string api_version = 2;

Parameter
Name Description
value String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for kind to set.

Returns
Type Description
TypeMeta.Builder

This builder for chaining.