Package com.google.cloud.retail.v2
Interface Rule.RedirectActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rule.RedirectAction,Rule.RedirectAction.Builder
- Enclosing class:
- Rule
public static interface Rule.RedirectActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRedirectUri()URL must have length equal or less than 2000 characters.com.google.protobuf.ByteStringgetRedirectUriBytes()URL must have length equal or less than 2000 characters.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRedirectUri
String getRedirectUri()
URL must have length equal or less than 2000 characters.
string redirect_uri = 1;- Returns:
- The redirectUri.
-
getRedirectUriBytes
com.google.protobuf.ByteString getRedirectUriBytes()
URL must have length equal or less than 2000 characters.
string redirect_uri = 1;- Returns:
- The bytes for redirectUri.
-
-