Uses of Class
com.google.cloud.vmwareengine.v1.ShowNsxCredentialsRequest
-
Packages that use ShowNsxCredentialsRequest Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of ShowNsxCredentialsRequest in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return ShowNsxCredentialsRequest Modifier and Type Method Description ShowNsxCredentialsRequest
ShowNsxCredentialsRequest.Builder. build()
ShowNsxCredentialsRequest
ShowNsxCredentialsRequest.Builder. buildPartial()
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. getDefaultInstance()
ShowNsxCredentialsRequest
ShowNsxCredentialsRequest.Builder. getDefaultInstanceForType()
ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. getDefaultInstanceForType()
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseDelimitedFrom(InputStream input)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(byte[] data)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(com.google.protobuf.ByteString data)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(InputStream input)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(ByteBuffer data)
static ShowNsxCredentialsRequest
ShowNsxCredentialsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type ShowNsxCredentialsRequest Modifier and Type Method Description com.google.protobuf.Parser<ShowNsxCredentialsRequest>
ShowNsxCredentialsRequest. getParserForType()
static io.grpc.MethodDescriptor<ShowNsxCredentialsRequest,Credentials>
VmwareEngineGrpc. getShowNsxCredentialsMethod()
static com.google.protobuf.Parser<ShowNsxCredentialsRequest>
ShowNsxCredentialsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<ShowNsxCredentialsRequest,Credentials>
VmwareEngineClient. showNsxCredentialsCallable()
Gets details of credentials for NSX appliance.com.google.api.gax.rpc.UnaryCallSettings.Builder<ShowNsxCredentialsRequest,Credentials>
VmwareEngineSettings.Builder. showNsxCredentialsSettings()
Returns the builder for the settings used for calls to showNsxCredentials.com.google.api.gax.rpc.UnaryCallSettings<ShowNsxCredentialsRequest,Credentials>
VmwareEngineSettings. showNsxCredentialsSettings()
Returns the object with the settings used for calls to showNsxCredentials.Methods in com.google.cloud.vmwareengine.v1 with parameters of type ShowNsxCredentialsRequest Modifier and Type Method Description ShowNsxCredentialsRequest.Builder
ShowNsxCredentialsRequest.Builder. mergeFrom(ShowNsxCredentialsRequest other)
static ShowNsxCredentialsRequest.Builder
ShowNsxCredentialsRequest. newBuilder(ShowNsxCredentialsRequest prototype)
Credentials
VmwareEngineClient. showNsxCredentials(ShowNsxCredentialsRequest request)
Gets details of credentials for NSX appliance.default void
VmwareEngineGrpc.AsyncService. showNsxCredentials(ShowNsxCredentialsRequest request, io.grpc.stub.StreamObserver<Credentials> responseObserver)
Gets details of credentials for NSX appliance.Credentials
VmwareEngineGrpc.VmwareEngineBlockingStub. showNsxCredentials(ShowNsxCredentialsRequest request)
Gets details of credentials for NSX appliance.com.google.common.util.concurrent.ListenableFuture<Credentials>
VmwareEngineGrpc.VmwareEngineFutureStub. showNsxCredentials(ShowNsxCredentialsRequest request)
Gets details of credentials for NSX appliance.void
VmwareEngineGrpc.VmwareEngineStub. showNsxCredentials(ShowNsxCredentialsRequest request, io.grpc.stub.StreamObserver<Credentials> responseObserver)
Gets details of credentials for NSX appliance. -
Uses of ShowNsxCredentialsRequest in com.google.cloud.vmwareengine.v1.stub
Methods in com.google.cloud.vmwareengine.v1.stub that return types with arguments of type ShowNsxCredentialsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ShowNsxCredentialsRequest,Credentials>
GrpcVmwareEngineStub. showNsxCredentialsCallable()
com.google.api.gax.rpc.UnaryCallable<ShowNsxCredentialsRequest,Credentials>
HttpJsonVmwareEngineStub. showNsxCredentialsCallable()
com.google.api.gax.rpc.UnaryCallable<ShowNsxCredentialsRequest,Credentials>
VmwareEngineStub. showNsxCredentialsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ShowNsxCredentialsRequest,Credentials>
VmwareEngineStubSettings.Builder. showNsxCredentialsSettings()
Returns the builder for the settings used for calls to showNsxCredentials.com.google.api.gax.rpc.UnaryCallSettings<ShowNsxCredentialsRequest,Credentials>
VmwareEngineStubSettings. showNsxCredentialsSettings()
Returns the object with the settings used for calls to showNsxCredentials.
-