Uses of Class
com.google.cloud.compute.v1.NetworksGetEffectiveFirewallsResponse
-
Packages that use NetworksGetEffectiveFirewallsResponse 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 NetworksGetEffectiveFirewallsResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworksGetEffectiveFirewallsResponse Modifier and Type Method Description NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse.Builder. build()
NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse.Builder. buildPartial()
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. getDefaultInstance()
NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse.Builder. getDefaultInstanceForType()
NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. getDefaultInstanceForType()
NetworksGetEffectiveFirewallsResponse
NetworksClient. getEffectiveFirewalls(GetEffectiveFirewallsNetworkRequest request)
Returns the effective firewalls on a given network.NetworksGetEffectiveFirewallsResponse
NetworksClient. getEffectiveFirewalls(String project, String network)
Returns the effective firewalls on a given network.static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseDelimitedFrom(InputStream input)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(byte[] data)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(com.google.protobuf.ByteString data)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(InputStream input)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(ByteBuffer data)
static NetworksGetEffectiveFirewallsResponse
NetworksGetEffectiveFirewallsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworksGetEffectiveFirewallsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksClient. getEffectiveFirewallsCallable()
Returns the effective firewalls on a given network.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksSettings.Builder. getEffectiveFirewallsSettings()
Returns the builder for the settings used for calls to getEffectiveFirewalls.com.google.api.gax.rpc.UnaryCallSettings<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksSettings. getEffectiveFirewallsSettings()
Returns the object with the settings used for calls to getEffectiveFirewalls.com.google.protobuf.Parser<NetworksGetEffectiveFirewallsResponse>
NetworksGetEffectiveFirewallsResponse. getParserForType()
static com.google.protobuf.Parser<NetworksGetEffectiveFirewallsResponse>
NetworksGetEffectiveFirewallsResponse. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NetworksGetEffectiveFirewallsResponse Modifier and Type Method Description NetworksGetEffectiveFirewallsResponse.Builder
NetworksGetEffectiveFirewallsResponse.Builder. mergeFrom(NetworksGetEffectiveFirewallsResponse other)
static NetworksGetEffectiveFirewallsResponse.Builder
NetworksGetEffectiveFirewallsResponse. newBuilder(NetworksGetEffectiveFirewallsResponse prototype)
-
Uses of NetworksGetEffectiveFirewallsResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworksGetEffectiveFirewallsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
HttpJsonNetworksStub. getEffectiveFirewallsCallable()
com.google.api.gax.rpc.UnaryCallable<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksStub. getEffectiveFirewallsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksStubSettings.Builder. getEffectiveFirewallsSettings()
Returns the builder for the settings used for calls to getEffectiveFirewalls.com.google.api.gax.rpc.UnaryCallSettings<GetEffectiveFirewallsNetworkRequest,NetworksGetEffectiveFirewallsResponse>
NetworksStubSettings. getEffectiveFirewallsSettings()
Returns the object with the settings used for calls to getEffectiveFirewalls.
-