public final class GenerateExclusivityManifestResponse extends GeneratedMessageV3 implements GenerateExclusivityManifestResponseOrBuilder
The response of the exclusivity artifacts manifests for the client to apply.
Protobuf type google.cloud.gkehub.v1beta1.GenerateExclusivityManifestResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CRD_MANIFEST_FIELD_NUMBER
public static final int CRD_MANIFEST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CR_MANIFEST_FIELD_NUMBER
public static final int CR_MANIFEST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateExclusivityManifestResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateExclusivityManifestResponse.Builder newBuilder()
newBuilder(GenerateExclusivityManifestResponse prototype)
public static GenerateExclusivityManifestResponse.Builder newBuilder(GenerateExclusivityManifestResponse prototype)
public static GenerateExclusivityManifestResponse parseDelimitedFrom(InputStream input)
public static GenerateExclusivityManifestResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateExclusivityManifestResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateExclusivityManifestResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateExclusivityManifestResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateExclusivityManifestResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateExclusivityManifestResponse parseFrom(CodedInputStream input)
public static GenerateExclusivityManifestResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateExclusivityManifestResponse parseFrom(InputStream input)
public static GenerateExclusivityManifestResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateExclusivityManifestResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateExclusivityManifestResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateExclusivityManifestResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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()
getParserForType()
public Parser<GenerateExclusivityManifestResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateExclusivityManifestResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerateExclusivityManifestResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GenerateExclusivityManifestResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides