Uses of Class
com.google.cloud.compute.v1.RouterMd5AuthenticationKey
-
Packages that use RouterMd5AuthenticationKey Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterMd5AuthenticationKey in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterMd5AuthenticationKey Modifier and Type Method Description RouterMd5AuthenticationKey
RouterMd5AuthenticationKey.Builder. build()
RouterMd5AuthenticationKey
RouterMd5AuthenticationKey.Builder. buildPartial()
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. getDefaultInstance()
RouterMd5AuthenticationKey
RouterMd5AuthenticationKey.Builder. getDefaultInstanceForType()
RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. getDefaultInstanceForType()
RouterMd5AuthenticationKey
Router.Builder. getMd5AuthenticationKeys(int index)
Keys used for MD5 authentication.RouterMd5AuthenticationKey
Router. getMd5AuthenticationKeys(int index)
Keys used for MD5 authentication.RouterMd5AuthenticationKey
RouterOrBuilder. getMd5AuthenticationKeys(int index)
Keys used for MD5 authentication.static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseDelimitedFrom(InputStream input)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(byte[] data)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(com.google.protobuf.ByteString data)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(InputStream input)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(ByteBuffer data)
static RouterMd5AuthenticationKey
RouterMd5AuthenticationKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterMd5AuthenticationKey Modifier and Type Method Description List<RouterMd5AuthenticationKey>
Router.Builder. getMd5AuthenticationKeysList()
Keys used for MD5 authentication.List<RouterMd5AuthenticationKey>
Router. getMd5AuthenticationKeysList()
Keys used for MD5 authentication.List<RouterMd5AuthenticationKey>
RouterOrBuilder. getMd5AuthenticationKeysList()
Keys used for MD5 authentication.com.google.protobuf.Parser<RouterMd5AuthenticationKey>
RouterMd5AuthenticationKey. getParserForType()
static com.google.protobuf.Parser<RouterMd5AuthenticationKey>
RouterMd5AuthenticationKey. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterMd5AuthenticationKey Modifier and Type Method Description Router.Builder
Router.Builder. addMd5AuthenticationKeys(int index, RouterMd5AuthenticationKey value)
Keys used for MD5 authentication.Router.Builder
Router.Builder. addMd5AuthenticationKeys(RouterMd5AuthenticationKey value)
Keys used for MD5 authentication.RouterMd5AuthenticationKey.Builder
RouterMd5AuthenticationKey.Builder. mergeFrom(RouterMd5AuthenticationKey other)
static RouterMd5AuthenticationKey.Builder
RouterMd5AuthenticationKey. newBuilder(RouterMd5AuthenticationKey prototype)
Router.Builder
Router.Builder. setMd5AuthenticationKeys(int index, RouterMd5AuthenticationKey value)
Keys used for MD5 authentication.Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterMd5AuthenticationKey Modifier and Type Method Description Router.Builder
Router.Builder. addAllMd5AuthenticationKeys(Iterable<? extends RouterMd5AuthenticationKey> values)
Keys used for MD5 authentication.
-