Uses of Class
com.google.cloud.networkmanagement.v1.VpcConnectorInfo
-
Packages that use VpcConnectorInfo Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of VpcConnectorInfo in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return VpcConnectorInfo Modifier and Type Method Description VpcConnectorInfo
VpcConnectorInfo.Builder. build()
VpcConnectorInfo
VpcConnectorInfo.Builder. buildPartial()
static VpcConnectorInfo
VpcConnectorInfo. getDefaultInstance()
VpcConnectorInfo
VpcConnectorInfo.Builder. getDefaultInstanceForType()
VpcConnectorInfo
VpcConnectorInfo. getDefaultInstanceForType()
VpcConnectorInfo
Step.Builder. getVpcConnector()
Display information of a VPC connector.VpcConnectorInfo
Step. getVpcConnector()
Display information of a VPC connector.VpcConnectorInfo
StepOrBuilder. getVpcConnector()
Display information of a VPC connector.static VpcConnectorInfo
VpcConnectorInfo. parseDelimitedFrom(InputStream input)
static VpcConnectorInfo
VpcConnectorInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(byte[] data)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(com.google.protobuf.ByteString data)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(InputStream input)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(ByteBuffer data)
static VpcConnectorInfo
VpcConnectorInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type VpcConnectorInfo Modifier and Type Method Description com.google.protobuf.Parser<VpcConnectorInfo>
VpcConnectorInfo. getParserForType()
static com.google.protobuf.Parser<VpcConnectorInfo>
VpcConnectorInfo. parser()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type VpcConnectorInfo Modifier and Type Method Description VpcConnectorInfo.Builder
VpcConnectorInfo.Builder. mergeFrom(VpcConnectorInfo other)
Step.Builder
Step.Builder. mergeVpcConnector(VpcConnectorInfo value)
Display information of a VPC connector.static VpcConnectorInfo.Builder
VpcConnectorInfo. newBuilder(VpcConnectorInfo prototype)
Step.Builder
Step.Builder. setVpcConnector(VpcConnectorInfo value)
Display information of a VPC connector.
-