Uses of Class
com.google.cloud.retail.v2beta.GetDefaultBranchRequest
-
Packages that use GetDefaultBranchRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of GetDefaultBranchRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return GetDefaultBranchRequest Modifier and Type Method Description GetDefaultBranchRequestGetDefaultBranchRequest.Builder. build()GetDefaultBranchRequestGetDefaultBranchRequest.Builder. buildPartial()static GetDefaultBranchRequestGetDefaultBranchRequest. getDefaultInstance()GetDefaultBranchRequestGetDefaultBranchRequest.Builder. getDefaultInstanceForType()GetDefaultBranchRequestGetDefaultBranchRequest. getDefaultInstanceForType()static GetDefaultBranchRequestGetDefaultBranchRequest. parseDelimitedFrom(InputStream input)static GetDefaultBranchRequestGetDefaultBranchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(byte[] data)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(InputStream input)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(ByteBuffer data)static GetDefaultBranchRequestGetDefaultBranchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta 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.v2beta.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.v2beta with parameters of type GetDefaultBranchRequest Modifier and Type Method Description GetDefaultBranchResponseCatalogServiceClient. getDefaultBranch(GetDefaultBranchRequest request)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2beta.CatalogService.SetDefaultBranch] method under a specified parent catalog.default voidCatalogServiceGrpc.AsyncService. getDefaultBranch(GetDefaultBranchRequest request, io.grpc.stub.StreamObserver<GetDefaultBranchResponse> responseObserver)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2beta.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchResponseCatalogServiceGrpc.CatalogServiceBlockingStub. getDefaultBranch(GetDefaultBranchRequest request)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2beta.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.v2beta.CatalogService.SetDefaultBranch] method under a specified parent catalog.voidCatalogServiceGrpc.CatalogServiceStub. getDefaultBranch(GetDefaultBranchRequest request, io.grpc.stub.StreamObserver<GetDefaultBranchResponse> responseObserver)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2beta.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchRequest.BuilderGetDefaultBranchRequest.Builder. mergeFrom(GetDefaultBranchRequest other)static GetDefaultBranchRequest.BuilderGetDefaultBranchRequest. newBuilder(GetDefaultBranchRequest prototype) -
Uses of GetDefaultBranchRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.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.
-