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