public interface HttpEndpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUri()
public abstract String getUri()
Required. The URI of the HTTP endpoint.
The value must be a RFC2396 URI string.
Examples: http://10.10.10.8:80/route
,
http://svc.us-central1.p.local:8080/
.
Only HTTP and HTTPS protocols are supported. The host can be either a
static IP addressable from the VPC specified by the network config, or
an internal DNS hostname of the service resolvable via Cloud DNS.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. The URI of the HTTP endpoint.
The value must be a RFC2396 URI string.
Examples: http://10.10.10.8:80/route
,
http://svc.us-central1.p.local:8080/
.
Only HTTP and HTTPS protocols are supported. The host can be either a
static IP addressable from the VPC specified by the network config, or
an internal DNS hostname of the service resolvable via Cloud DNS.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |