Uses of Class
com.google.cloud.compute.v1.InstanceParams
-
Packages that use InstanceParams Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InstanceParams in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceParams Modifier and Type Method Description InstanceParams
InstanceParams.Builder. build()
InstanceParams
InstanceParams.Builder. buildPartial()
static InstanceParams
InstanceParams. getDefaultInstance()
InstanceParams
InstanceParams.Builder. getDefaultInstanceForType()
InstanceParams
InstanceParams. getDefaultInstanceForType()
InstanceParams
Instance.Builder. getParams()
Input only.InstanceParams
Instance. getParams()
Input only.InstanceParams
InstanceOrBuilder. getParams()
Input only.static InstanceParams
InstanceParams. parseDelimitedFrom(InputStream input)
static InstanceParams
InstanceParams. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceParams
InstanceParams. parseFrom(byte[] data)
static InstanceParams
InstanceParams. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceParams
InstanceParams. parseFrom(com.google.protobuf.ByteString data)
static InstanceParams
InstanceParams. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceParams
InstanceParams. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceParams
InstanceParams. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceParams
InstanceParams. parseFrom(InputStream input)
static InstanceParams
InstanceParams. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceParams
InstanceParams. parseFrom(ByteBuffer data)
static InstanceParams
InstanceParams. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceParams Modifier and Type Method Description com.google.protobuf.Parser<InstanceParams>
InstanceParams. getParserForType()
static com.google.protobuf.Parser<InstanceParams>
InstanceParams. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InstanceParams Modifier and Type Method Description InstanceParams.Builder
InstanceParams.Builder. mergeFrom(InstanceParams other)
Instance.Builder
Instance.Builder. mergeParams(InstanceParams value)
Input only.static InstanceParams.Builder
InstanceParams. newBuilder(InstanceParams prototype)
Instance.Builder
Instance.Builder. setParams(InstanceParams value)
Input only.
-