com.google.cloud.compute.v1.InstanceGroupOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface InstanceGroupOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InstanceGroup)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] The creation timestamp for this instance group in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return Whether the creationTimestamp field is set.
*/
boolean hasCreationTimestamp();
/**
*
*
*
* [Output Only] The creation timestamp for this instance group in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The creationTimestamp.
*/
java.lang.String getCreationTimestamp();
/**
*
*
*
* [Output Only] The creation timestamp for this instance group in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The bytes for creationTimestamp.
*/
com.google.protobuf.ByteString getCreationTimestampBytes();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.
*
*
* optional string fingerprint = 234678500;
*
* @return Whether the fingerprint field is set.
*/
boolean hasFingerprint();
/**
*
*
*
* [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.
*
*
* optional string fingerprint = 234678500;
*
* @return The fingerprint.
*/
java.lang.String getFingerprint();
/**
*
*
*
* [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.
*
*
* optional string fingerprint = 234678500;
*
* @return The bytes for fingerprint.
*/
com.google.protobuf.ByteString getFingerprintBytes();
/**
*
*
*
* [Output Only] A unique identifier for this instance group, generated by the server.
*
*
* optional uint64 id = 3355;
*
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
*
*
* [Output Only] A unique identifier for this instance group, generated by the server.
*
*
* optional uint64 id = 3355;
*
* @return The id.
*/
long getId();
/**
*
*
*
* [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
*
*
* repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
*/
java.util.List getNamedPortsList();
/**
*
*
*
* Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
*
*
* repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
*/
com.google.cloud.compute.v1.NamedPort getNamedPorts(int index);
/**
*
*
*
* Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
*
*
* repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
*/
int getNamedPortsCount();
/**
*
*
*
* Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
*
*
* repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
*/
java.util.List extends com.google.cloud.compute.v1.NamedPortOrBuilder>
getNamedPortsOrBuilderList();
/**
*
*
*
* Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
*
*
* repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
*/
com.google.cloud.compute.v1.NamedPortOrBuilder getNamedPortsOrBuilder(int index);
/**
*
*
*
* [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string network = 232872494;
*
* @return Whether the network field is set.
*/
boolean hasNetwork();
/**
*
*
*
* [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string network = 232872494;
*
* @return The network.
*/
java.lang.String getNetwork();
/**
*
*
*
* [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string network = 232872494;
*
* @return The bytes for network.
*/
com.google.protobuf.ByteString getNetworkBytes();
/**
*
*
*
* [Output Only] The URL of the region where the instance group is located (for regional resources).
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
*
*
* [Output Only] The URL of the region where the instance group is located (for regional resources).
*
*
* optional string region = 138946292;
*
* @return The region.
*/
java.lang.String getRegion();
/**
*
*
*
* [Output Only] The URL of the region where the instance group is located (for regional resources).
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
com.google.protobuf.ByteString getRegionBytes();
/**
*
*
*
* [Output Only] The URL for this instance group. The server generates this URL.
*
*
* optional string self_link = 456214797;
*
* @return Whether the selfLink field is set.
*/
boolean hasSelfLink();
/**
*
*
*
* [Output Only] The URL for this instance group. The server generates this URL.
*
*
* optional string self_link = 456214797;
*
* @return The selfLink.
*/
java.lang.String getSelfLink();
/**
*
*
*
* [Output Only] The URL for this instance group. The server generates this URL.
*
*
* optional string self_link = 456214797;
*
* @return The bytes for selfLink.
*/
com.google.protobuf.ByteString getSelfLinkBytes();
/**
*
*
*
* [Output Only] The total number of instances in the instance group.
*
*
* optional int32 size = 3530753;
*
* @return Whether the size field is set.
*/
boolean hasSize();
/**
*
*
*
* [Output Only] The total number of instances in the instance group.
*
*
* optional int32 size = 3530753;
*
* @return The size.
*/
int getSize();
/**
*
*
*
* [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string subnetwork = 307827694;
*
* @return Whether the subnetwork field is set.
*/
boolean hasSubnetwork();
/**
*
*
*
* [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string subnetwork = 307827694;
*
* @return The subnetwork.
*/
java.lang.String getSubnetwork();
/**
*
*
*
* [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
*
*
* optional string subnetwork = 307827694;
*
* @return The bytes for subnetwork.
*/
com.google.protobuf.ByteString getSubnetworkBytes();
/**
*
*
*
* [Output Only] The URL of the zone where the instance group is located (for zonal resources).
*
*
* optional string zone = 3744684;
*
* @return Whether the zone field is set.
*/
boolean hasZone();
/**
*
*
*
* [Output Only] The URL of the zone where the instance group is located (for zonal resources).
*
*
* optional string zone = 3744684;
*
* @return The zone.
*/
java.lang.String getZone();
/**
*
*
*
* [Output Only] The URL of the zone where the instance group is located (for zonal resources).
*
*
* optional string zone = 3744684;
*
* @return The bytes for zone.
*/
com.google.protobuf.ByteString getZoneBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy