Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: regenerate with updated protoc #176

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The acceleratorCount.
*/
@java.lang.Override
public long getAcceleratorCount() {
return acceleratorCount_;
}
Expand All @@ -147,6 +148,7 @@ public long getAcceleratorCount() {
*
* @return The acceleratorType.
*/
@java.lang.Override
public java.lang.String getAcceleratorType() {
java.lang.Object ref = acceleratorType_;
if (ref instanceof java.lang.String) {
Expand All @@ -170,6 +172,7 @@ public java.lang.String getAcceleratorType() {
*
* @return The bytes for acceleratorType.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAcceleratorTypeBytes() {
java.lang.Object ref = acceleratorType_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -525,6 +528,7 @@ public Builder mergeFrom(
*
* @return The acceleratorCount.
*/
@java.lang.Override
public long getAcceleratorCount() {
return acceleratorCount_;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return Whether the httpLoadBalancing field is set.
*/
@java.lang.Override
public boolean hasHttpLoadBalancing() {
return httpLoadBalancing_ != null;
}
Expand All @@ -212,6 +213,7 @@ public boolean hasHttpLoadBalancing() {
*
* @return The httpLoadBalancing.
*/
@java.lang.Override
public com.google.container.v1.HttpLoadBalancing getHttpLoadBalancing() {
return httpLoadBalancing_ == null
? com.google.container.v1.HttpLoadBalancing.getDefaultInstance()
Expand All @@ -227,6 +229,7 @@ public com.google.container.v1.HttpLoadBalancing getHttpLoadBalancing() {
*
* <code>.google.container.v1.HttpLoadBalancing http_load_balancing = 1;</code>
*/
@java.lang.Override
public com.google.container.v1.HttpLoadBalancingOrBuilder getHttpLoadBalancingOrBuilder() {
return getHttpLoadBalancing();
}
Expand All @@ -246,6 +249,7 @@ public com.google.container.v1.HttpLoadBalancingOrBuilder getHttpLoadBalancingOr
*
* @return Whether the horizontalPodAutoscaling field is set.
*/
@java.lang.Override
public boolean hasHorizontalPodAutoscaling() {
return horizontalPodAutoscaling_ != null;
}
Expand All @@ -262,6 +266,7 @@ public boolean hasHorizontalPodAutoscaling() {
*
* @return The horizontalPodAutoscaling.
*/
@java.lang.Override
public com.google.container.v1.HorizontalPodAutoscaling getHorizontalPodAutoscaling() {
return horizontalPodAutoscaling_ == null
? com.google.container.v1.HorizontalPodAutoscaling.getDefaultInstance()
Expand All @@ -278,6 +283,7 @@ public com.google.container.v1.HorizontalPodAutoscaling getHorizontalPodAutoscal
*
* <code>.google.container.v1.HorizontalPodAutoscaling horizontal_pod_autoscaling = 2;</code>
*/
@java.lang.Override
public com.google.container.v1.HorizontalPodAutoscalingOrBuilder
getHorizontalPodAutoscalingOrBuilder() {
return getHorizontalPodAutoscaling();
Expand All @@ -301,6 +307,7 @@ public com.google.container.v1.HorizontalPodAutoscaling getHorizontalPodAutoscal
*
* @return Whether the kubernetesDashboard field is set.
*/
@java.lang.Override
@java.lang.Deprecated
public boolean hasKubernetesDashboard() {
return kubernetesDashboard_ != null;
Expand All @@ -321,6 +328,7 @@ public boolean hasKubernetesDashboard() {
*
* @return The kubernetesDashboard.
*/
@java.lang.Override
@java.lang.Deprecated
public com.google.container.v1.KubernetesDashboard getKubernetesDashboard() {
return kubernetesDashboard_ == null
Expand All @@ -341,6 +349,7 @@ public com.google.container.v1.KubernetesDashboard getKubernetesDashboard() {
* <code>.google.container.v1.KubernetesDashboard kubernetes_dashboard = 3 [deprecated = true];
* </code>
*/
@java.lang.Override
@java.lang.Deprecated
public com.google.container.v1.KubernetesDashboardOrBuilder getKubernetesDashboardOrBuilder() {
return getKubernetesDashboard();
Expand All @@ -361,6 +370,7 @@ public com.google.container.v1.KubernetesDashboardOrBuilder getKubernetesDashboa
*
* @return Whether the networkPolicyConfig field is set.
*/
@java.lang.Override
public boolean hasNetworkPolicyConfig() {
return networkPolicyConfig_ != null;
}
Expand All @@ -377,6 +387,7 @@ public boolean hasNetworkPolicyConfig() {
*
* @return The networkPolicyConfig.
*/
@java.lang.Override
public com.google.container.v1.NetworkPolicyConfig getNetworkPolicyConfig() {
return networkPolicyConfig_ == null
? com.google.container.v1.NetworkPolicyConfig.getDefaultInstance()
Expand All @@ -393,6 +404,7 @@ public com.google.container.v1.NetworkPolicyConfig getNetworkPolicyConfig() {
*
* <code>.google.container.v1.NetworkPolicyConfig network_policy_config = 4;</code>
*/
@java.lang.Override
public com.google.container.v1.NetworkPolicyConfigOrBuilder getNetworkPolicyConfigOrBuilder() {
return getNetworkPolicyConfig();
}
Expand All @@ -411,6 +423,7 @@ public com.google.container.v1.NetworkPolicyConfigOrBuilder getNetworkPolicyConf
*
* @return Whether the cloudRunConfig field is set.
*/
@java.lang.Override
public boolean hasCloudRunConfig() {
return cloudRunConfig_ != null;
}
Expand All @@ -426,6 +439,7 @@ public boolean hasCloudRunConfig() {
*
* @return The cloudRunConfig.
*/
@java.lang.Override
public com.google.container.v1.CloudRunConfig getCloudRunConfig() {
return cloudRunConfig_ == null
? com.google.container.v1.CloudRunConfig.getDefaultInstance()
Expand All @@ -441,6 +455,7 @@ public com.google.container.v1.CloudRunConfig getCloudRunConfig() {
*
* <code>.google.container.v1.CloudRunConfig cloud_run_config = 7;</code>
*/
@java.lang.Override
public com.google.container.v1.CloudRunConfigOrBuilder getCloudRunConfigOrBuilder() {
return getCloudRunConfig();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
Expand All @@ -148,6 +149,7 @@ public boolean getEnabled() {
*
* @return The securityGroup.
*/
@java.lang.Override
public java.lang.String getSecurityGroup() {
java.lang.Object ref = securityGroup_;
if (ref instanceof java.lang.String) {
Expand All @@ -171,6 +173,7 @@ public java.lang.String getSecurityGroup() {
*
* @return The bytes for securityGroup.
*/
@java.lang.Override
public com.google.protobuf.ByteString getSecurityGroupBytes() {
java.lang.Object ref = securityGroup_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -529,6 +532,7 @@ public Builder mergeFrom(
*
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The autoUpgradeStartTime.
*/
@java.lang.Override
public java.lang.String getAutoUpgradeStartTime() {
java.lang.Object ref = autoUpgradeStartTime_;
if (ref instanceof java.lang.String) {
Expand All @@ -159,6 +160,7 @@ public java.lang.String getAutoUpgradeStartTime() {
*
* @return The bytes for autoUpgradeStartTime.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAutoUpgradeStartTimeBytes() {
java.lang.Object ref = autoUpgradeStartTime_;
if (ref instanceof java.lang.String) {
Expand All @@ -185,6 +187,7 @@ public com.google.protobuf.ByteString getAutoUpgradeStartTimeBytes() {
*
* @return The description.
*/
@java.lang.Override
public java.lang.String getDescription() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
Expand All @@ -208,6 +211,7 @@ public java.lang.String getDescription() {
*
* @return The bytes for description.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public com.google.protobuf.ByteString getOauthScopesBytes(int index) {
*
* @return The serviceAccount.
*/
@java.lang.Override
public java.lang.String getServiceAccount() {
java.lang.Object ref = serviceAccount_;
if (ref instanceof java.lang.String) {
Expand All @@ -230,6 +231,7 @@ public java.lang.String getServiceAccount() {
*
* @return The bytes for serviceAccount.
*/
@java.lang.Override
public com.google.protobuf.ByteString getServiceAccountBytes() {
java.lang.Object ref = serviceAccount_;
if (ref instanceof java.lang.String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
Expand Down Expand Up @@ -453,6 +454,7 @@ public Builder mergeFrom(
*
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The projectId.
*/
@java.lang.Override
@java.lang.Deprecated
public java.lang.String getProjectId() {
java.lang.Object ref = projectId_;
Expand All @@ -175,6 +176,7 @@ public java.lang.String getProjectId() {
*
* @return The bytes for projectId.
*/
@java.lang.Override
@java.lang.Deprecated
public com.google.protobuf.ByteString getProjectIdBytes() {
java.lang.Object ref = projectId_;
Expand Down Expand Up @@ -203,6 +205,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
*
* @return The zone.
*/
@java.lang.Override
@java.lang.Deprecated
public java.lang.String getZone() {
java.lang.Object ref = zone_;
Expand All @@ -228,6 +231,7 @@ public java.lang.String getZone() {
*
* @return The bytes for zone.
*/
@java.lang.Override
@java.lang.Deprecated
public com.google.protobuf.ByteString getZoneBytes() {
java.lang.Object ref = zone_;
Expand Down Expand Up @@ -255,6 +259,7 @@ public com.google.protobuf.ByteString getZoneBytes() {
*
* @return The operationId.
*/
@java.lang.Override
@java.lang.Deprecated
public java.lang.String getOperationId() {
java.lang.Object ref = operationId_;
Expand All @@ -279,6 +284,7 @@ public java.lang.String getOperationId() {
*
* @return The bytes for operationId.
*/
@java.lang.Override
@java.lang.Deprecated
public com.google.protobuf.ByteString getOperationIdBytes() {
java.lang.Object ref = operationId_;
Expand Down Expand Up @@ -306,6 +312,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() {
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -329,6 +336,7 @@ public java.lang.String getName() {
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The issueClientCertificate.
*/
@java.lang.Override
public boolean getIssueClientCertificate() {
return issueClientCertificate_;
}
Expand Down Expand Up @@ -452,6 +453,7 @@ public Builder mergeFrom(
*
* @return The issueClientCertificate.
*/
@java.lang.Override
public boolean getIssueClientCertificate() {
return issueClientCertificate_;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The disabled.
*/
@java.lang.Override
public boolean getDisabled() {
return disabled_;
}
Expand Down Expand Up @@ -450,6 +451,7 @@ public Builder mergeFrom(
*
* @return The disabled.
*/
@java.lang.Override
public boolean getDisabled() {
return disabled_;
}
Expand Down