Package com.google.cloud.tasks.v2beta3
Class UriOverride
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.tasks.v2beta3.UriOverride
-
- All Implemented Interfaces:
UriOverrideOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class UriOverride extends com.google.protobuf.GeneratedMessageV3 implements UriOverrideOrBuilder
URI Override. When specified, all the HTTP tasks inside the queue will be partially or fully overridden depending on the configured values.
Protobuf typegoogle.cloud.tasks.v2beta3.UriOverride
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UriOverride.Builder
URI Override.static class
UriOverride.Scheme
The Scheme for an HTTP request.static class
UriOverride.UriOverrideEnforceMode
UriOverrideEnforceMode mode is to define enforcing mode for the override modes.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
HOST_FIELD_NUMBER
static int
PATH_OVERRIDE_FIELD_NUMBER
static int
PORT_FIELD_NUMBER
static int
QUERY_OVERRIDE_FIELD_NUMBER
static int
SCHEME_FIELD_NUMBER
static int
URI_OVERRIDE_ENFORCE_MODE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static UriOverride
getDefaultInstance()
UriOverride
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getHost()
Host override.com.google.protobuf.ByteString
getHostBytes()
Host override.com.google.protobuf.Parser<UriOverride>
getParserForType()
PathOverride
getPathOverride()
URI path.PathOverrideOrBuilder
getPathOverrideOrBuilder()
URI path.long
getPort()
Port override.QueryOverride
getQueryOverride()
URI Query.QueryOverrideOrBuilder
getQueryOverrideOrBuilder()
URI Query.UriOverride.Scheme
getScheme()
Scheme override.int
getSchemeValue()
Scheme override.int
getSerializedSize()
UriOverride.UriOverrideEnforceMode
getUriOverrideEnforceMode()
URI Override Enforce Mode When specified, determines the Target UriOverride mode.int
getUriOverrideEnforceModeValue()
URI Override Enforce Mode When specified, determines the Target UriOverride mode.int
hashCode()
boolean
hasHost()
Host override.boolean
hasPathOverride()
URI path.boolean
hasPort()
Port override.boolean
hasQueryOverride()
URI Query.boolean
hasScheme()
Scheme override.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static UriOverride.Builder
newBuilder()
static UriOverride.Builder
newBuilder(UriOverride prototype)
UriOverride.Builder
newBuilderForType()
protected UriOverride.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static UriOverride
parseDelimitedFrom(InputStream input)
static UriOverride
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UriOverride
parseFrom(byte[] data)
static UriOverride
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UriOverride
parseFrom(com.google.protobuf.ByteString data)
static UriOverride
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UriOverride
parseFrom(com.google.protobuf.CodedInputStream input)
static UriOverride
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UriOverride
parseFrom(InputStream input)
static UriOverride
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UriOverride
parseFrom(ByteBuffer data)
static UriOverride
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<UriOverride>
parser()
UriOverride.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SCHEME_FIELD_NUMBER
public static final int SCHEME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HOST_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PORT_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PATH_OVERRIDE_FIELD_NUMBER
public static final int PATH_OVERRIDE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUERY_OVERRIDE_FIELD_NUMBER
public static final int QUERY_OVERRIDE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
URI_OVERRIDE_ENFORCE_MODE_FIELD_NUMBER
public static final int URI_OVERRIDE_ENFORCE_MODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasScheme
public boolean hasScheme()
Scheme override. When specified, the task URI scheme is replaced by the provided value (HTTP or HTTPS).
optional .google.cloud.tasks.v2beta3.UriOverride.Scheme scheme = 1;
- Specified by:
hasScheme
in interfaceUriOverrideOrBuilder
- Returns:
- Whether the scheme field is set.
-
getSchemeValue
public int getSchemeValue()
Scheme override. When specified, the task URI scheme is replaced by the provided value (HTTP or HTTPS).
optional .google.cloud.tasks.v2beta3.UriOverride.Scheme scheme = 1;
- Specified by:
getSchemeValue
in interfaceUriOverrideOrBuilder
- Returns:
- The enum numeric value on the wire for scheme.
-
getScheme
public UriOverride.Scheme getScheme()
Scheme override. When specified, the task URI scheme is replaced by the provided value (HTTP or HTTPS).
optional .google.cloud.tasks.v2beta3.UriOverride.Scheme scheme = 1;
- Specified by:
getScheme
in interfaceUriOverrideOrBuilder
- Returns:
- The scheme.
-
hasHost
public boolean hasHost()
Host override. When specified, replaces the host part of the task URL. For example, if the task URL is "https://www.google.com," and host value is set to "example.net", the overridden URI will be changed to "https://example.net." Host value cannot be an empty string (INVALID_ARGUMENT).
optional string host = 2;
- Specified by:
hasHost
in interfaceUriOverrideOrBuilder
- Returns:
- Whether the host field is set.
-
getHost
public String getHost()
Host override. When specified, replaces the host part of the task URL. For example, if the task URL is "https://www.google.com," and host value is set to "example.net", the overridden URI will be changed to "https://example.net." Host value cannot be an empty string (INVALID_ARGUMENT).
optional string host = 2;
- Specified by:
getHost
in interfaceUriOverrideOrBuilder
- Returns:
- The host.
-
getHostBytes
public com.google.protobuf.ByteString getHostBytes()
Host override. When specified, replaces the host part of the task URL. For example, if the task URL is "https://www.google.com," and host value is set to "example.net", the overridden URI will be changed to "https://example.net." Host value cannot be an empty string (INVALID_ARGUMENT).
optional string host = 2;
- Specified by:
getHostBytes
in interfaceUriOverrideOrBuilder
- Returns:
- The bytes for host.
-
hasPort
public boolean hasPort()
Port override. When specified, replaces the port part of the task URI. For instance, for a URI http://www.google.com/foo and port=123, the overridden URI becomes http://www.google.com:123/foo. Note that the port value must be a positive integer. Setting the port to 0 (Zero) clears the URI port.
optional int64 port = 3;
- Specified by:
hasPort
in interfaceUriOverrideOrBuilder
- Returns:
- Whether the port field is set.
-
getPort
public long getPort()
Port override. When specified, replaces the port part of the task URI. For instance, for a URI http://www.google.com/foo and port=123, the overridden URI becomes http://www.google.com:123/foo. Note that the port value must be a positive integer. Setting the port to 0 (Zero) clears the URI port.
optional int64 port = 3;
- Specified by:
getPort
in interfaceUriOverrideOrBuilder
- Returns:
- The port.
-
hasPathOverride
public boolean hasPathOverride()
URI path. When specified, replaces the existing path of the task URL. Setting the path value to an empty string clears the URI path segment.
.google.cloud.tasks.v2beta3.PathOverride path_override = 4;
- Specified by:
hasPathOverride
in interfaceUriOverrideOrBuilder
- Returns:
- Whether the pathOverride field is set.
-
getPathOverride
public PathOverride getPathOverride()
URI path. When specified, replaces the existing path of the task URL. Setting the path value to an empty string clears the URI path segment.
.google.cloud.tasks.v2beta3.PathOverride path_override = 4;
- Specified by:
getPathOverride
in interfaceUriOverrideOrBuilder
- Returns:
- The pathOverride.
-
getPathOverrideOrBuilder
public PathOverrideOrBuilder getPathOverrideOrBuilder()
URI path. When specified, replaces the existing path of the task URL. Setting the path value to an empty string clears the URI path segment.
.google.cloud.tasks.v2beta3.PathOverride path_override = 4;
- Specified by:
getPathOverrideOrBuilder
in interfaceUriOverrideOrBuilder
-
hasQueryOverride
public boolean hasQueryOverride()
URI Query. When specified, replaces the query part of the task URI. Setting the query value to an empty string clears the URI query segment.
.google.cloud.tasks.v2beta3.QueryOverride query_override = 5;
- Specified by:
hasQueryOverride
in interfaceUriOverrideOrBuilder
- Returns:
- Whether the queryOverride field is set.
-
getQueryOverride
public QueryOverride getQueryOverride()
URI Query. When specified, replaces the query part of the task URI. Setting the query value to an empty string clears the URI query segment.
.google.cloud.tasks.v2beta3.QueryOverride query_override = 5;
- Specified by:
getQueryOverride
in interfaceUriOverrideOrBuilder
- Returns:
- The queryOverride.
-
getQueryOverrideOrBuilder
public QueryOverrideOrBuilder getQueryOverrideOrBuilder()
URI Query. When specified, replaces the query part of the task URI. Setting the query value to an empty string clears the URI query segment.
.google.cloud.tasks.v2beta3.QueryOverride query_override = 5;
- Specified by:
getQueryOverrideOrBuilder
in interfaceUriOverrideOrBuilder
-
getUriOverrideEnforceModeValue
public int getUriOverrideEnforceModeValue()
URI Override Enforce Mode When specified, determines the Target UriOverride mode. If not specified, it defaults to ALWAYS.
.google.cloud.tasks.v2beta3.UriOverride.UriOverrideEnforceMode uri_override_enforce_mode = 6;
- Specified by:
getUriOverrideEnforceModeValue
in interfaceUriOverrideOrBuilder
- Returns:
- The enum numeric value on the wire for uriOverrideEnforceMode.
-
getUriOverrideEnforceMode
public UriOverride.UriOverrideEnforceMode getUriOverrideEnforceMode()
URI Override Enforce Mode When specified, determines the Target UriOverride mode. If not specified, it defaults to ALWAYS.
.google.cloud.tasks.v2beta3.UriOverride.UriOverrideEnforceMode uri_override_enforce_mode = 6;
- Specified by:
getUriOverrideEnforceMode
in interfaceUriOverrideOrBuilder
- Returns:
- The uriOverrideEnforceMode.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static UriOverride parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UriOverride parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static UriOverride parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static UriOverride parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static UriOverride parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static UriOverride parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static UriOverride parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public UriOverride.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static UriOverride.Builder newBuilder()
-
newBuilder
public static UriOverride.Builder newBuilder(UriOverride prototype)
-
toBuilder
public UriOverride.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected UriOverride.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static UriOverride getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<UriOverride> parser()
-
getParserForType
public com.google.protobuf.Parser<UriOverride> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public UriOverride getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-