Uses of Class
com.google.cloud.retail.v2alpha.GetDefaultBranchResponse
-
Packages that use GetDefaultBranchResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of GetDefaultBranchResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return GetDefaultBranchResponse Modifier and Type Method Description GetDefaultBranchResponseGetDefaultBranchResponse.Builder. build()GetDefaultBranchResponseGetDefaultBranchResponse.Builder. buildPartial()GetDefaultBranchResponseCatalogServiceClient. getDefaultBranch(CatalogName catalog)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2alpha.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchResponseCatalogServiceClient. getDefaultBranch(GetDefaultBranchRequest request)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2alpha.CatalogService.SetDefaultBranch] method under a specified parent catalog.GetDefaultBranchResponseCatalogServiceClient. getDefaultBranch(String catalog)Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2alpha.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.v2alpha.CatalogService.SetDefaultBranch] method under a specified parent catalog.static GetDefaultBranchResponseGetDefaultBranchResponse. getDefaultInstance()GetDefaultBranchResponseGetDefaultBranchResponse.Builder. getDefaultInstanceForType()GetDefaultBranchResponseGetDefaultBranchResponse. getDefaultInstanceForType()static GetDefaultBranchResponseGetDefaultBranchResponse. parseDelimitedFrom(InputStream input)static GetDefaultBranchResponseGetDefaultBranchResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(byte[] data)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(com.google.protobuf.ByteString data)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(InputStream input)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(ByteBuffer data)static GetDefaultBranchResponseGetDefaultBranchResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type GetDefaultBranchResponse Modifier and Type Method Description 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.v2alpha.CatalogService.SetDefaultBranch] method under a specified parent catalog.com.google.api.gax.rpc.UnaryCallable<GetDefaultBranchRequest,GetDefaultBranchResponse>CatalogServiceClient. getDefaultBranchCallable()Get which branch is currently default branch set by [CatalogService.SetDefaultBranch][google.cloud.retail.v2alpha.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<GetDefaultBranchResponse>GetDefaultBranchResponse. getParserForType()static com.google.protobuf.Parser<GetDefaultBranchResponse>GetDefaultBranchResponse. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type GetDefaultBranchResponse Modifier and Type Method Description GetDefaultBranchResponse.BuilderGetDefaultBranchResponse.Builder. mergeFrom(GetDefaultBranchResponse other)static GetDefaultBranchResponse.BuilderGetDefaultBranchResponse. newBuilder(GetDefaultBranchResponse prototype)Method parameters in com.google.cloud.retail.v2alpha with type arguments of type GetDefaultBranchResponse Modifier and Type Method Description 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.v2alpha.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.v2alpha.CatalogService.SetDefaultBranch] method under a specified parent catalog. -
Uses of GetDefaultBranchResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type GetDefaultBranchResponse 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.
-