Uses of Class
com.google.cloud.compute.v1.PathRule
-
Packages that use PathRule Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of PathRule in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return PathRule Modifier and Type Method Description PathRulePathRule.Builder. build()PathRulePathRule.Builder. buildPartial()static PathRulePathRule. getDefaultInstance()PathRulePathRule.Builder. getDefaultInstanceForType()PathRulePathRule. getDefaultInstanceForType()PathRulePathMatcher.Builder. getPathRules(int index)The list of path rules.PathRulePathMatcher. getPathRules(int index)The list of path rules.PathRulePathMatcherOrBuilder. getPathRules(int index)The list of path rules.static PathRulePathRule. parseDelimitedFrom(InputStream input)static PathRulePathRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathRulePathRule. parseFrom(byte[] data)static PathRulePathRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathRulePathRule. parseFrom(com.google.protobuf.ByteString data)static PathRulePathRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathRulePathRule. parseFrom(com.google.protobuf.CodedInputStream input)static PathRulePathRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathRulePathRule. parseFrom(InputStream input)static PathRulePathRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathRulePathRule. parseFrom(ByteBuffer data)static PathRulePathRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type PathRule Modifier and Type Method Description com.google.protobuf.Parser<PathRule>PathRule. getParserForType()List<PathRule>PathMatcher.Builder. getPathRulesList()The list of path rules.List<PathRule>PathMatcher. getPathRulesList()The list of path rules.List<PathRule>PathMatcherOrBuilder. getPathRulesList()The list of path rules.static com.google.protobuf.Parser<PathRule>PathRule. parser()Methods in com.google.cloud.compute.v1 with parameters of type PathRule Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. addPathRules(int index, PathRule value)The list of path rules.PathMatcher.BuilderPathMatcher.Builder. addPathRules(PathRule value)The list of path rules.PathRule.BuilderPathRule.Builder. mergeFrom(PathRule other)static PathRule.BuilderPathRule. newBuilder(PathRule prototype)PathMatcher.BuilderPathMatcher.Builder. setPathRules(int index, PathRule value)The list of path rules.Method parameters in com.google.cloud.compute.v1 with type arguments of type PathRule Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. addAllPathRules(Iterable<? extends PathRule> values)The list of path rules.
-