public static final class ApiProto.GetEntryURLRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder> implements ApiProto.GetEntryURLRequestOrBuilder
sso.v1.GetEntryURLRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ApiProto.GetEntryURLRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ApiProto.GetEntryURLRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ApiProto.GetEntryURLRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder mergeFrom(ApiProto.GetEntryURLRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public ApiProto.GetEntryURLRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ApiProto.GetEntryURLRequest.Builder>IOExceptionpublic String getServiceProviderId()
The service provider ID.
string service_provider_id = 1;getServiceProviderId in interface ApiProto.GetEntryURLRequestOrBuilderpublic com.google.protobuf.ByteString getServiceProviderIdBytes()
The service provider ID.
string service_provider_id = 1;getServiceProviderIdBytes in interface ApiProto.GetEntryURLRequestOrBuilderpublic ApiProto.GetEntryURLRequest.Builder setServiceProviderId(String value)
The service provider ID.
string service_provider_id = 1;public ApiProto.GetEntryURLRequest.Builder clearServiceProviderId()
The service provider ID.
string service_provider_id = 1;public ApiProto.GetEntryURLRequest.Builder setServiceProviderIdBytes(com.google.protobuf.ByteString value)
The service provider ID.
string service_provider_id = 1;public boolean hasContext()
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;hasContext in interface ApiProto.GetEntryURLRequestOrBuilderpublic ServiceProviderProto.ServiceContext getContext()
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;getContext in interface ApiProto.GetEntryURLRequestOrBuilderpublic ApiProto.GetEntryURLRequest.Builder setContext(ServiceProviderProto.ServiceContext value)
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;public ApiProto.GetEntryURLRequest.Builder setContext(ServiceProviderProto.ServiceContext.Builder builderForValue)
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;public ApiProto.GetEntryURLRequest.Builder mergeContext(ServiceProviderProto.ServiceContext value)
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;public ApiProto.GetEntryURLRequest.Builder clearContext()
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;public ServiceProviderProto.ServiceContext.Builder getContextBuilder()
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;public ServiceProviderProto.ServiceContextOrBuilder getContextOrBuilder()
See ServiceContext for more information.
.sso.v1.ServiceContext context = 2;getContextOrBuilder in interface ApiProto.GetEntryURLRequestOrBuilderpublic final ApiProto.GetEntryURLRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>public final ApiProto.GetEntryURLRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ApiProto.GetEntryURLRequest.Builder>Copyright © 2021. All rights reserved.