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()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Url.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Url.Builder |
build()
public Url build()| Type | Description |
| Url |
buildPartial()
public Url buildPartial()| Type | Description |
| Url |
clear()
public Url.Builder clear()| Type | Description |
| Url.Builder |
clearField(Descriptors.FieldDescriptor field)
public Url.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Url.Builder |
clearHost()
public Url.Builder clearHost()Host or Host:Port.
string host = 2;
| Type | Description |
| Url.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Url.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Url.Builder |
clearPath()
public Url.Builder clearPath() Path starts with /.
string path = 3;
| Type | Description |
| Url.Builder | This builder for chaining. |
clearScheme()
public Url.Builder clearScheme()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Type | Description |
| Url.Builder | This builder for chaining. |
clone()
public Url.Builder clone()| Type | Description |
| Url.Builder |
getDefaultInstanceForType()
public Url getDefaultInstanceForType()| Type | Description |
| Url |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getHost()
public String getHost()Host or Host:Port.
string host = 2;
| Type | Description |
| String | The host. |
getHostBytes()
public ByteString getHostBytes()Host or Host:Port.
string host = 2;
| Type | Description |
| ByteString | The bytes for host. |
getPath()
public String getPath() Path starts with /.
string path = 3;
| Type | Description |
| String | The path. |
getPathBytes()
public ByteString getPathBytes() Path starts with /.
string path = 3;
| Type | Description |
| ByteString | The bytes for path. |
getScheme()
public Scheme getScheme()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Type | Description |
| Scheme | The scheme. |
getSchemeValue()
public int getSchemeValue()Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Type | Description |
| int | The enum numeric value on the wire for scheme. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Url other)
public Url.Builder mergeFrom(Url other)| Name | Description |
| other | Url |
| Type | Description |
| Url.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Url.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Url.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Url.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Url.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Url.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Url.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Url.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Url.Builder |
setHost(String value)
public Url.Builder setHost(String value)Host or Host:Port.
string host = 2;
| Name | Description |
| value | StringThe host to set. |
| Type | Description |
| Url.Builder | This builder for chaining. |
setHostBytes(ByteString value)
public Url.Builder setHostBytes(ByteString value)Host or Host:Port.
string host = 2;
| Name | Description |
| value | ByteStringThe bytes for host to set. |
| Type | Description |
| Url.Builder | This builder for chaining. |
setPath(String value)
public Url.Builder setPath(String value) Path starts with /.
string path = 3;
| Name | Description |
| value | StringThe path to set. |
| Type | Description |
| Url.Builder | This builder for chaining. |
setPathBytes(ByteString value)
public Url.Builder setPathBytes(ByteString value) Path starts with /.
string path = 3;
| Name | Description |
| value | ByteStringThe bytes for path to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Url.Builder |
setScheme(Scheme value)
public Url.Builder setScheme(Scheme value)Scheme.
.google.cloud.apigeeconnect.v1.Scheme scheme = 1;
| Name | Description |
| value | SchemeThe scheme to set. |
| 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;
| Name | Description |
| value | intThe enum numeric value on the wire for scheme to set. |
| Type | Description |
| Url.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Url.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Url.Builder |