Uses of Class
com.google.cloud.vmwareengine.v1.ListPrivateConnectionsResponse
-
Packages that use ListPrivateConnectionsResponse Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of ListPrivateConnectionsResponse in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return ListPrivateConnectionsResponse Modifier and Type Method Description ListPrivateConnectionsResponseListPrivateConnectionsResponse.Builder. build()ListPrivateConnectionsResponseListPrivateConnectionsResponse.Builder. buildPartial()static ListPrivateConnectionsResponseListPrivateConnectionsResponse. getDefaultInstance()ListPrivateConnectionsResponseListPrivateConnectionsResponse.Builder. getDefaultInstanceForType()ListPrivateConnectionsResponseListPrivateConnectionsResponse. getDefaultInstanceForType()ListPrivateConnectionsResponseVmwareEngineGrpc.VmwareEngineBlockingStub. listPrivateConnections(ListPrivateConnectionsRequest request)Lists `PrivateConnection` resources in a given project and location.static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseDelimitedFrom(InputStream input)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(byte[] data)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(com.google.protobuf.ByteString data)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(InputStream input)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(ByteBuffer data)static ListPrivateConnectionsResponseListPrivateConnectionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type ListPrivateConnectionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>VmwareEngineGrpc. getListPrivateConnectionsMethod()com.google.protobuf.Parser<ListPrivateConnectionsResponse>ListPrivateConnectionsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListPrivateConnectionsResponse>VmwareEngineGrpc.VmwareEngineFutureStub. listPrivateConnections(ListPrivateConnectionsRequest request)Lists `PrivateConnection` resources in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>VmwareEngineClient. listPrivateConnectionsCallable()Lists `PrivateConnection` resources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,VmwareEngineClient.ListPrivateConnectionsPagedResponse>VmwareEngineSettings.Builder. listPrivateConnectionsSettings()Returns the builder for the settings used for calls to listPrivateConnections.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,VmwareEngineClient.ListPrivateConnectionsPagedResponse>VmwareEngineSettings. listPrivateConnectionsSettings()Returns the object with the settings used for calls to listPrivateConnections.static com.google.protobuf.Parser<ListPrivateConnectionsResponse>ListPrivateConnectionsResponse. parser()Methods in com.google.cloud.vmwareengine.v1 with parameters of type ListPrivateConnectionsResponse Modifier and Type Method Description protected VmwareEngineClient.ListPrivateConnectionsPageVmwareEngineClient.ListPrivateConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)ListPrivateConnectionsResponse.BuilderListPrivateConnectionsResponse.Builder. mergeFrom(ListPrivateConnectionsResponse other)static ListPrivateConnectionsResponse.BuilderListPrivateConnectionsResponse. newBuilder(ListPrivateConnectionsResponse prototype)Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type ListPrivateConnectionsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateConnectionsPagedResponse>VmwareEngineClient.ListPrivateConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)static com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateConnectionsPagedResponse>VmwareEngineClient.ListPrivateConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)protected VmwareEngineClient.ListPrivateConnectionsPageVmwareEngineClient.ListPrivateConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateConnectionsPage>VmwareEngineClient.ListPrivateConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)com.google.api.core.ApiFuture<VmwareEngineClient.ListPrivateConnectionsPage>VmwareEngineClient.ListPrivateConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)default voidVmwareEngineGrpc.AsyncService. listPrivateConnections(ListPrivateConnectionsRequest request, io.grpc.stub.StreamObserver<ListPrivateConnectionsResponse> responseObserver)Lists `PrivateConnection` resources in a given project and location.voidVmwareEngineGrpc.VmwareEngineStub. listPrivateConnections(ListPrivateConnectionsRequest request, io.grpc.stub.StreamObserver<ListPrivateConnectionsResponse> responseObserver)Lists `PrivateConnection` resources in a given project and location. -
Uses of ListPrivateConnectionsResponse in com.google.cloud.vmwareengine.v1.stub
-