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 InstanceParamsInstanceParams.Builder. build()InstanceParamsInstanceParams.Builder. buildPartial()static InstanceParamsInstanceParams. getDefaultInstance()InstanceParamsInstanceParams.Builder. getDefaultInstanceForType()InstanceParamsInstanceParams. getDefaultInstanceForType()InstanceParamsInstance.Builder. getParams()Input only.InstanceParamsInstance. getParams()Input only.InstanceParamsInstanceOrBuilder. getParams()Input only.static InstanceParamsInstanceParams. parseDelimitedFrom(InputStream input)static InstanceParamsInstanceParams. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceParamsInstanceParams. parseFrom(byte[] data)static InstanceParamsInstanceParams. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceParamsInstanceParams. parseFrom(com.google.protobuf.ByteString data)static InstanceParamsInstanceParams. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceParamsInstanceParams. parseFrom(com.google.protobuf.CodedInputStream input)static InstanceParamsInstanceParams. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceParamsInstanceParams. parseFrom(InputStream input)static InstanceParamsInstanceParams. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceParamsInstanceParams. parseFrom(ByteBuffer data)static InstanceParamsInstanceParams. 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.BuilderInstanceParams.Builder. mergeFrom(InstanceParams other)Instance.BuilderInstance.Builder. mergeParams(InstanceParams value)Input only.static InstanceParams.BuilderInstanceParams. newBuilder(InstanceParams prototype)Instance.BuilderInstance.Builder. setParams(InstanceParams value)Input only.
-