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 PathRule
PathRule.Builder. build()
PathRule
PathRule.Builder. buildPartial()
static PathRule
PathRule. getDefaultInstance()
PathRule
PathRule.Builder. getDefaultInstanceForType()
PathRule
PathRule. getDefaultInstanceForType()
PathRule
PathMatcher.Builder. getPathRules(int index)
The list of path rules.PathRule
PathMatcher. getPathRules(int index)
The list of path rules.PathRule
PathMatcherOrBuilder. getPathRules(int index)
The list of path rules.static PathRule
PathRule. parseDelimitedFrom(InputStream input)
static PathRule
PathRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathRule
PathRule. parseFrom(byte[] data)
static PathRule
PathRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathRule
PathRule. parseFrom(com.google.protobuf.ByteString data)
static PathRule
PathRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathRule
PathRule. parseFrom(com.google.protobuf.CodedInputStream input)
static PathRule
PathRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathRule
PathRule. parseFrom(InputStream input)
static PathRule
PathRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathRule
PathRule. parseFrom(ByteBuffer data)
static PathRule
PathRule. 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.Builder
PathMatcher.Builder. addPathRules(int index, PathRule value)
The list of path rules.PathMatcher.Builder
PathMatcher.Builder. addPathRules(PathRule value)
The list of path rules.PathRule.Builder
PathRule.Builder. mergeFrom(PathRule other)
static PathRule.Builder
PathRule. newBuilder(PathRule prototype)
PathMatcher.Builder
PathMatcher.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.Builder
PathMatcher.Builder. addAllPathRules(Iterable<? extends PathRule> values)
The list of path rules.
-