public interface GetInstanceGroupManagerResizeRequestRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstanceGroupManager()
public abstract String getInstanceGroupManager()
The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
string instance_group_manager = 249363395 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The instanceGroupManager. |
getInstanceGroupManagerBytes()
public abstract ByteString getInstanceGroupManagerBytes()
The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
string instance_group_manager = 249363395 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instanceGroupManager. |
getProject()
public abstract String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |
getResizeRequest()
public abstract String getResizeRequest()
The name of the resize request. Name should conform to RFC1035 or be a resource ID.
string resize_request = 216941060 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The resizeRequest. |
getResizeRequestBytes()
public abstract ByteString getResizeRequestBytes()
The name of the resize request. Name should conform to RFC1035 or be a resource ID.
string resize_request = 216941060 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resizeRequest. |
getZone()
public abstract String getZone()
Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()
Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |