- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.1
- 2.1.5
public static final class Url.Builder extends GeneratedMessageV3.Builder<Url.Builder> implements UrlOrBuilder
The 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
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Url.BuilderImplements
UrlOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Url.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Url.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public Url.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Url.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Url.Builder |
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. |
clone()
public Url.Builder clone()
Returns | |
---|---|
Type | Description |
Url.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Url.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Url.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Url.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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 | String The 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 | ByteString The 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 | String The 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 | ByteString The bytes for path to set. |
Returns | |
---|---|
Type | Description |
Url.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Url.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Url.Builder |
setScheme(Scheme value)
public Url.Builder setScheme(Scheme value)
Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
Parameter | |
---|---|
Name | Description |
value | Scheme The 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 | int The enum numeric value on the wire for scheme to set. |
Returns | |
---|---|
Type | Description |
Url.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Url.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Url.Builder |