public static final class GenerateExclusivityManifestResponse.Builder extends GeneratedMessage.Builder<GenerateExclusivityManifestResponse.Builder> implements GenerateExclusivityManifestResponseOrBuilderThe response of the exclusivity artifacts manifests for the client to apply.
Protobuf type google.cloud.gkehub.v1beta1.GenerateExclusivityManifestResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateExclusivityManifestResponse.BuilderImplements
GenerateExclusivityManifestResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GenerateExclusivityManifestResponse build()| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse |
|
buildPartial()
public GenerateExclusivityManifestResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse |
|
clear()
public GenerateExclusivityManifestResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
|
clearCrManifest()
public GenerateExclusivityManifestResponse.Builder clearCrManifest()The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |
clearCrdManifest()
public GenerateExclusivityManifestResponse.Builder clearCrdManifest()The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |
getCrManifest()
public String getCrManifest()The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The crManifest. |
getCrManifestBytes()
public ByteString getCrManifestBytes()The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for crManifest. |
getCrdManifest()
public String getCrdManifest()The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The crdManifest. |
getCrdManifestBytes()
public ByteString getCrdManifestBytes()The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for crdManifest. |
getDefaultInstanceForType()
public GenerateExclusivityManifestResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateExclusivityManifestResponse other)
public GenerateExclusivityManifestResponse.Builder mergeFrom(GenerateExclusivityManifestResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateExclusivityManifestResponse |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateExclusivityManifestResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateExclusivityManifestResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
|
setCrManifest(String value)
public GenerateExclusivityManifestResponse.Builder setCrManifest(String value)The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe crManifest to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |
setCrManifestBytes(ByteString value)
public GenerateExclusivityManifestResponse.Builder setCrManifestBytes(ByteString value)The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
string cr_manifest = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for crManifest to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |
setCrdManifest(String value)
public GenerateExclusivityManifestResponse.Builder setCrdManifest(String value)The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe crdManifest to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |
setCrdManifestBytes(ByteString value)
public GenerateExclusivityManifestResponse.Builder setCrdManifestBytes(ByteString value)The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
string crd_manifest = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for crdManifest to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateExclusivityManifestResponse.Builder |
This builder for chaining. |