public static final class GroupVersionKind.Builder extends GeneratedMessage.Builder<GroupVersionKind.Builder> implements GroupVersionKindOrBuilderA Kubernetes object's GVK
Protobuf type google.cloud.gkehub.configmanagement.v1alpha.GroupVersionKind
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GroupVersionKind.BuilderImplements
GroupVersionKindOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GroupVersionKind build()| Returns | |
|---|---|
| Type | Description |
GroupVersionKind |
|
buildPartial()
public GroupVersionKind buildPartial()| Returns | |
|---|---|
| Type | Description |
GroupVersionKind |
|
clear()
public GroupVersionKind.Builder clear()| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
|
clearGroup()
public GroupVersionKind.Builder clearGroup()Kubernetes Group
string group = 1;
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
clearKind()
public GroupVersionKind.Builder clearKind()Kubernetes Kind
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
clearVersion()
public GroupVersionKind.Builder clearVersion()Kubernetes Version
string version = 2;
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GroupVersionKind getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GroupVersionKind |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGroup()
public String getGroup()Kubernetes Group
string group = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public ByteString getGroupBytes()Kubernetes Group
string group = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getKind()
public String getKind()Kubernetes Kind
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()Kubernetes Kind
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getVersion()
public String getVersion()Kubernetes Version
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Kubernetes Version
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GroupVersionKind other)
public GroupVersionKind.Builder mergeFrom(GroupVersionKind other)| Parameter | |
|---|---|
| Name | Description |
other |
GroupVersionKind |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GroupVersionKind.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GroupVersionKind.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
|
setGroup(String value)
public GroupVersionKind.Builder setGroup(String value)Kubernetes Group
string group = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe group to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
setGroupBytes(ByteString value)
public GroupVersionKind.Builder setGroupBytes(ByteString value)Kubernetes Group
string group = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for group to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
setKind(String value)
public GroupVersionKind.Builder setKind(String value)Kubernetes Kind
string kind = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public GroupVersionKind.Builder setKindBytes(ByteString value)Kubernetes Kind
string kind = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
setVersion(String value)
public GroupVersionKind.Builder setVersion(String value)Kubernetes Version
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public GroupVersionKind.Builder setVersionBytes(ByteString value)Kubernetes Version
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
GroupVersionKind.Builder |
This builder for chaining. |