Uses of Class
com.google.cloud.retail.v2alpha.SetDefaultBranchRequest
-
Packages that use SetDefaultBranchRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of SetDefaultBranchRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return SetDefaultBranchRequest Modifier and Type Method Description SetDefaultBranchRequest
SetDefaultBranchRequest.Builder. build()
SetDefaultBranchRequest
SetDefaultBranchRequest.Builder. buildPartial()
static SetDefaultBranchRequest
SetDefaultBranchRequest. getDefaultInstance()
SetDefaultBranchRequest
SetDefaultBranchRequest.Builder. getDefaultInstanceForType()
SetDefaultBranchRequest
SetDefaultBranchRequest. getDefaultInstanceForType()
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseDelimitedFrom(InputStream input)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(byte[] data)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(InputStream input)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(ByteBuffer data)
static SetDefaultBranchRequest
SetDefaultBranchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type SetDefaultBranchRequest Modifier and Type Method Description com.google.protobuf.Parser<SetDefaultBranchRequest>
SetDefaultBranchRequest. getParserForType()
static io.grpc.MethodDescriptor<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceGrpc. getSetDefaultBranchMethod()
static com.google.protobuf.Parser<SetDefaultBranchRequest>
SetDefaultBranchRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceClient. setDefaultBranchCallable()
Set a specified branch id as default branch.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceSettings.Builder. setDefaultBranchSettings()
Returns the builder for the settings used for calls to setDefaultBranch.com.google.api.gax.rpc.UnaryCallSettings<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceSettings. setDefaultBranchSettings()
Returns the object with the settings used for calls to setDefaultBranch.Methods in com.google.cloud.retail.v2alpha with parameters of type SetDefaultBranchRequest Modifier and Type Method Description SetDefaultBranchRequest.Builder
SetDefaultBranchRequest.Builder. mergeFrom(SetDefaultBranchRequest other)
static SetDefaultBranchRequest.Builder
SetDefaultBranchRequest. newBuilder(SetDefaultBranchRequest prototype)
void
CatalogServiceClient. setDefaultBranch(SetDefaultBranchRequest request)
Set a specified branch id as default branch.default void
CatalogServiceGrpc.AsyncService. setDefaultBranch(SetDefaultBranchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Set a specified branch id as default branch.com.google.protobuf.Empty
CatalogServiceGrpc.CatalogServiceBlockingStub. setDefaultBranch(SetDefaultBranchRequest request)
Set a specified branch id as default branch.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
CatalogServiceGrpc.CatalogServiceFutureStub. setDefaultBranch(SetDefaultBranchRequest request)
Set a specified branch id as default branch.void
CatalogServiceGrpc.CatalogServiceStub. setDefaultBranch(SetDefaultBranchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Set a specified branch id as default branch. -
Uses of SetDefaultBranchRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type SetDefaultBranchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceStub. setDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallable<SetDefaultBranchRequest,com.google.protobuf.Empty>
GrpcCatalogServiceStub. setDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallable<SetDefaultBranchRequest,com.google.protobuf.Empty>
HttpJsonCatalogServiceStub. setDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceStubSettings.Builder. setDefaultBranchSettings()
Returns the builder for the settings used for calls to setDefaultBranch.com.google.api.gax.rpc.UnaryCallSettings<SetDefaultBranchRequest,com.google.protobuf.Empty>
CatalogServiceStubSettings. setDefaultBranchSettings()
Returns the object with the settings used for calls to setDefaultBranch.
-