public interface GetHealthBackendServiceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackendService()
public abstract String getBackendService()Name of the BackendService resource to which the queried instance belongs.
string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The backendService. |
getBackendServiceBytes()
public abstract ByteString getBackendServiceBytes()Name of the BackendService resource to which the queried instance belongs.
string backend_service = 306946058 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backendService. |
getProject()
public abstract String getProject()string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getResourceGroupReferenceResource()
public abstract ResourceGroupReference getResourceGroupReferenceResource()The body resource for this request
.google.cloud.compute.v1.ResourceGroupReference resource_group_reference_resource = 112951123 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ResourceGroupReference |
The resourceGroupReferenceResource. |
getResourceGroupReferenceResourceOrBuilder()
public abstract ResourceGroupReferenceOrBuilder getResourceGroupReferenceResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.ResourceGroupReference resource_group_reference_resource = 112951123 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ResourceGroupReferenceOrBuilder |
|
hasResourceGroupReferenceResource()
public abstract boolean hasResourceGroupReferenceResource()The body resource for this request
.google.cloud.compute.v1.ResourceGroupReference resource_group_reference_resource = 112951123 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resourceGroupReferenceResource field is set. |