public interface FetchDatabasePropertiesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment()
Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The environment. |
getEnvironmentBytes()
public abstract ByteString getEnvironmentBytes()
Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for environment. |