Uses of Class
com.google.cloud.retail.v2.GetDefaultBranchRequest
-
Packages that use GetDefaultBranchRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of GetDefaultBranchRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return GetDefaultBranchRequest Modifier and Type Method Description GetDefaultBranchRequest
GetDefaultBranchRequest.Builder. build()
GetDefaultBranchRequest
GetDefaultBranchRequest.Builder. buildPartial()
static GetDefaultBranchRequest
GetDefaultBranchRequest. getDefaultInstance()
GetDefaultBranchRequest
GetDefaultBranchRequest.Builder. getDefaultInstanceForType()
GetDefaultBranchRequest
GetDefaultBranchRequest. getDefaultInstanceForType()
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseDelimitedFrom(InputStream input)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(byte[] data)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(InputStream input)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(ByteBuffer data)
static GetDefaultBranchRequest
GetDefaultBranchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type GetDefaultBranchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceClient. getDefaultBranchCallable()
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceSettings.Builder. getDefaultBranchSettings()
Returns the builder for the settings used for calls to getDefaultBranch.com.google.api.gax.rpc.UnaryCallSettings<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceSettings. getDefaultBranchSettings()
Returns the object with the settings used for calls to getDefaultBranch.static io.grpc.MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceGrpc. getGetDefaultBranchMethod()
com.google.protobuf.Parser<GetDefaultBranchRequest>
GetDefaultBranchRequest. getParserForType()
static com.google.protobuf.Parser<GetDefaultBranchRequest>
GetDefaultBranchRequest. parser()
Methods in com.google.cloud.retail.v2 with parameters of type GetDefaultBranchRequest Modifier and Type Method Description GetDefaultBranchResponse
CatalogServiceClient. getDefaultBranch(GetDefaultBranchRequest request)
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.default void
CatalogServiceGrpc.AsyncService. getDefaultBranch(GetDefaultBranchRequest request, io.grpc.stub.StreamObserver<GetDefaultBranchResponse> responseObserver)
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchResponse
CatalogServiceGrpc.CatalogServiceBlockingStub. getDefaultBranch(GetDefaultBranchRequest request)
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.com.google.common.util.concurrent.ListenableFuture<GetDefaultBranchResponse>
CatalogServiceGrpc.CatalogServiceFutureStub. getDefaultBranch(GetDefaultBranchRequest request)
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.void
CatalogServiceGrpc.CatalogServiceStub. getDefaultBranch(GetDefaultBranchRequest request, io.grpc.stub.StreamObserver<GetDefaultBranchResponse> responseObserver)
Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchRequest.Builder
GetDefaultBranchRequest.Builder. mergeFrom(GetDefaultBranchRequest other)
static GetDefaultBranchRequest.Builder
GetDefaultBranchRequest. newBuilder(GetDefaultBranchRequest prototype)
-
Uses of GetDefaultBranchRequest in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.stub that return types with arguments of type GetDefaultBranchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceStub. getDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallable<GetDefaultBranchRequest,GetDefaultBranchResponse>
GrpcCatalogServiceStub. getDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallable<GetDefaultBranchRequest,GetDefaultBranchResponse>
HttpJsonCatalogServiceStub. getDefaultBranchCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceStubSettings.Builder. getDefaultBranchSettings()
Returns the builder for the settings used for calls to getDefaultBranch.com.google.api.gax.rpc.UnaryCallSettings<GetDefaultBranchRequest,GetDefaultBranchResponse>
CatalogServiceStubSettings. getDefaultBranchSettings()
Returns the object with the settings used for calls to getDefaultBranch.
-