public interface UrlOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHost()
public abstract String getHost()Host or Host:Port.
string host = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The host. |
getHostBytes()
public abstract ByteString getHostBytes()Host or Host:Port.
string host = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for host. |
getPath()
public abstract String getPath() Path starts with /.
string path = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes() Path starts with /.
string path = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getScheme()
public abstract Scheme getScheme()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Returns | |
|---|---|
| Type | Description |
Scheme |
The scheme. |
getSchemeValue()
public abstract int getSchemeValue()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for scheme. |