Uses of Class
com.google.cloud.compute.v1.GetFirewallRequest
-
Packages that use GetFirewallRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetFirewallRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetFirewallRequest Modifier and Type Method Description GetFirewallRequestGetFirewallRequest.Builder. build()GetFirewallRequestGetFirewallRequest.Builder. buildPartial()static GetFirewallRequestGetFirewallRequest. getDefaultInstance()GetFirewallRequestGetFirewallRequest.Builder. getDefaultInstanceForType()GetFirewallRequestGetFirewallRequest. getDefaultInstanceForType()static GetFirewallRequestGetFirewallRequest. parseDelimitedFrom(InputStream input)static GetFirewallRequestGetFirewallRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFirewallRequestGetFirewallRequest. parseFrom(byte[] data)static GetFirewallRequestGetFirewallRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFirewallRequestGetFirewallRequest. parseFrom(com.google.protobuf.ByteString data)static GetFirewallRequestGetFirewallRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFirewallRequestGetFirewallRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFirewallRequestGetFirewallRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFirewallRequestGetFirewallRequest. parseFrom(InputStream input)static GetFirewallRequestGetFirewallRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFirewallRequestGetFirewallRequest. parseFrom(ByteBuffer data)static GetFirewallRequestGetFirewallRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type GetFirewallRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>FirewallsClient. getCallable()Returns the specified firewall.com.google.protobuf.Parser<GetFirewallRequest>GetFirewallRequest. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallRequest,Firewall>FirewallsSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallRequest,Firewall>FirewallsSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetFirewallRequest>GetFirewallRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type GetFirewallRequest Modifier and Type Method Description FirewallFirewallsClient. get(GetFirewallRequest request)Returns the specified firewall.GetFirewallRequest.BuilderGetFirewallRequest.Builder. mergeFrom(GetFirewallRequest other)static GetFirewallRequest.BuilderGetFirewallRequest. newBuilder(GetFirewallRequest prototype) -
Uses of GetFirewallRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetFirewallRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>FirewallsStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetFirewallRequest,Firewall>HttpJsonFirewallsStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallRequest,Firewall>FirewallsStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallRequest,Firewall>FirewallsStubSettings. getSettings()Returns the object with the settings used for calls to get.
-