public interface GetRegionInstanceGroupManagerResizeRequestRequestOrBuilder extends MessageOrBuilderImplements
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. |
getRegion()
public abstract String getRegion()The name of the region scoping this request. Name should conform to RFC1035.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()The name of the region scoping this request. Name should conform to RFC1035.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
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. |