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 RuleRule.Builder. build()RuleRule.Builder. buildPartial()static RuleRule. getDefaultInstance()RuleRule.Builder. getDefaultInstanceForType()RuleRule. getDefaultInstanceForType()RulePolicy.Builder. getRules(int index)This is deprecated and has no effect.RulePolicy. getRules(int index)This is deprecated and has no effect.RulePolicyOrBuilder. getRules(int index)This is deprecated and has no effect.static RuleRule. parseDelimitedFrom(InputStream input)static RuleRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuleRule. parseFrom(byte[] data)static RuleRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuleRule. parseFrom(com.google.protobuf.ByteString data)static RuleRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuleRule. parseFrom(com.google.protobuf.CodedInputStream input)static RuleRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuleRule. parseFrom(InputStream input)static RuleRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuleRule. parseFrom(ByteBuffer data)static RuleRule. 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.BuilderPolicy.Builder. addRules(int index, Rule value)This is deprecated and has no effect.Policy.BuilderPolicy.Builder. addRules(Rule value)This is deprecated and has no effect.Rule.BuilderRule.Builder. mergeFrom(Rule other)static Rule.BuilderRule. newBuilder(Rule prototype)Policy.BuilderPolicy.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.BuilderPolicy.Builder. addAllRules(Iterable<? extends Rule> values)This is deprecated and has no effect.
-