public static final class Url.Builder extends GeneratedMessage.Builder<Url.Builder> implements UrlOrBuilderThe proto definition of url. A url represents a URL and the general form represented is:
scheme://[path]
Protobuf type google.cloud.apigeeconnect.v1.Url
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Url.BuilderImplements
UrlOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Url build()| Returns | |
|---|---|
| Type | Description |
Url |
|
buildPartial()
public Url buildPartial()| Returns | |
|---|---|
| Type | Description |
Url |
|
clear()
public Url.Builder clear()| Returns | |
|---|---|
| Type | Description |
Url.Builder |
|
clearHost()
public Url.Builder clearHost()Host or Host:Port.
string host = 2;
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
clearPath()
public Url.Builder clearPath() Path starts with /.
string path = 3;
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
clearScheme()
public Url.Builder clearScheme()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Url getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Url |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHost()
public String getHost()Host or Host:Port.
string host = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The host. |
getHostBytes()
public ByteString getHostBytes()Host or Host:Port.
string host = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for host. |
getPath()
public String getPath() Path starts with /.
string path = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes() Path starts with /.
string path = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getScheme()
public Scheme getScheme()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Returns | |
|---|---|
| Type | Description |
Scheme |
The scheme. |
getSchemeValue()
public int getSchemeValue()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for scheme. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Url other)
public Url.Builder mergeFrom(Url other)| Parameter | |
|---|---|
| Name | Description |
other |
Url |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Url.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Url.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
|
setHost(String value)
public Url.Builder setHost(String value)Host or Host:Port.
string host = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe host to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
setHostBytes(ByteString value)
public Url.Builder setHostBytes(ByteString value)Host or Host:Port.
string host = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for host to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
setPath(String value)
public Url.Builder setPath(String value) Path starts with /.
string path = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe path to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public Url.Builder setPathBytes(ByteString value) Path starts with /.
string path = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for path to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
setScheme(Scheme value)
public Url.Builder setScheme(Scheme value)Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SchemeThe scheme to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |
setSchemeValue(int value)
public Url.Builder setSchemeValue(int value)Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for scheme to set. |
| Returns | |
|---|---|
| Type | Description |
Url.Builder |
This builder for chaining. |