Interface GetHealthRegionHealthSourceRequestOrBuilder (1.105.0)

public interface GetHealthRegionHealthSourceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHealthSource()

public abstract String getHealthSource()

Name of the HealthSource resource to get health for.

string health_source = 376521566 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The healthSource.

getHealthSourceBytes()

public abstract ByteString getHealthSourceBytes()

Name of the HealthSource resource to get health for.

string health_source = 376521566 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for healthSource.

getProject()

public abstract String getProject()

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getRegion()

public abstract String getRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for region.