public final class ResourceOptions extends GeneratedMessageV3 implements ResourceOptionsOrBuilder
ResourceOptions represent options for Kubernetes resource generation.
Protobuf type google.events.cloud.gkehub.v1.ResourceOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResourceOptionsImplements
ResourceOptionsOrBuilderStatic Fields
CONNECT_VERSION_FIELD_NUMBER
public static final int CONNECT_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
K8S_VERSION_FIELD_NUMBER
public static final int K8S_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
V1BETA1_CRD_FIELD_NUMBER
public static final int V1BETA1_CRD_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ResourceOptions getDefaultInstance()
Returns | |
---|---|
Type | Description |
ResourceOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ResourceOptions.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ResourceOptions.Builder |
newBuilder(ResourceOptions prototype)
public static ResourceOptions.Builder newBuilder(ResourceOptions prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ResourceOptions |
Returns | |
---|---|
Type | Description |
ResourceOptions.Builder |
parseDelimitedFrom(InputStream input)
public static ResourceOptions parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ResourceOptions parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ResourceOptions parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ResourceOptions parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ResourceOptions parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ResourceOptions parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourceOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ResourceOptions> parser()
Returns | |
---|---|
Type | Description |
Parser<ResourceOptions> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getConnectVersion()
public String getConnectVersion()
Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.
string connect_version = 1;
Returns | |
---|---|
Type | Description |
String |
The connectVersion. |
getConnectVersionBytes()
public ByteString getConnectVersionBytes()
Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.
string connect_version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for connectVersion. |
getDefaultInstanceForType()
public ResourceOptions getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ResourceOptions |
getK8SVersion()
public String getK8SVersion()
Optional. Major version of the Kubernetes cluster. This is only used to
determine which version to use for the CustomResourceDefinition resources,
apiextensions/v1beta1
orapiextensions/v1
.
string k8s_version = 3;
Returns | |
---|---|
Type | Description |
String |
The k8sVersion. |
getK8SVersionBytes()
public ByteString getK8SVersionBytes()
Optional. Major version of the Kubernetes cluster. This is only used to
determine which version to use for the CustomResourceDefinition resources,
apiextensions/v1beta1
orapiextensions/v1
.
string k8s_version = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for k8sVersion. |
getParserForType()
public Parser<ResourceOptions> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ResourceOptions> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getV1Beta1Crd()
public boolean getV1Beta1Crd()
Optional. Use apiextensions/v1beta1
instead of apiextensions/v1
for
CustomResourceDefinition resources.
This option should be set for clusters with Kubernetes apiserver versions
<1.16.
bool v1beta1_crd = 2;
Returns | |
---|---|
Type | Description |
boolean |
The v1beta1Crd. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ResourceOptions.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ResourceOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ResourceOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ResourceOptions.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ResourceOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |