Uses of Class
com.google.cloud.compute.v1.Rule
-
Packages that use Rule Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Rule in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Rule Modifier and Type Method Description Rule
Rule.Builder. build()
Rule
Rule.Builder. buildPartial()
static Rule
Rule. getDefaultInstance()
Rule
Rule.Builder. getDefaultInstanceForType()
Rule
Rule. getDefaultInstanceForType()
Rule
Policy.Builder. getRules(int index)
This is deprecated and has no effect.Rule
Policy. getRules(int index)
This is deprecated and has no effect.Rule
PolicyOrBuilder. getRules(int index)
This is deprecated and has no effect.static Rule
Rule. parseDelimitedFrom(InputStream input)
static Rule
Rule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule
Rule. parseFrom(byte[] data)
static Rule
Rule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule
Rule. parseFrom(com.google.protobuf.ByteString data)
static Rule
Rule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule
Rule. parseFrom(com.google.protobuf.CodedInputStream input)
static Rule
Rule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule
Rule. parseFrom(InputStream input)
static Rule
Rule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule
Rule. parseFrom(ByteBuffer data)
static Rule
Rule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Rule Modifier and Type Method Description com.google.protobuf.Parser<Rule>
Rule. getParserForType()
List<Rule>
Policy.Builder. getRulesList()
This is deprecated and has no effect.List<Rule>
Policy. getRulesList()
This is deprecated and has no effect.List<Rule>
PolicyOrBuilder. getRulesList()
This is deprecated and has no effect.static com.google.protobuf.Parser<Rule>
Rule. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Rule Modifier and Type Method Description Policy.Builder
Policy.Builder. addRules(int index, Rule value)
This is deprecated and has no effect.Policy.Builder
Policy.Builder. addRules(Rule value)
This is deprecated and has no effect.Rule.Builder
Rule.Builder. mergeFrom(Rule other)
static Rule.Builder
Rule. newBuilder(Rule prototype)
Policy.Builder
Policy.Builder. setRules(int index, Rule value)
This is deprecated and has no effect.Method parameters in com.google.cloud.compute.v1 with type arguments of type Rule Modifier and Type Method Description Policy.Builder
Policy.Builder. addAllRules(Iterable<? extends Rule> values)
This is deprecated and has no effect.
-