Uses of Class
com.google.cloud.privatecatalog.v1beta1.GitSource
-
Packages that use GitSource Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog API -
-
Uses of GitSource in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 that return GitSource Modifier and Type Method Description GitSource
GitSource.Builder. build()
GitSource
GitSource.Builder. buildPartial()
static GitSource
GitSource. getDefaultInstance()
GitSource
GitSource.Builder. getDefaultInstanceForType()
GitSource
GitSource. getDefaultInstanceForType()
GitSource
AssetReference.Builder. getGitSource()
Output only.GitSource
AssetReference. getGitSource()
Output only.GitSource
AssetReferenceOrBuilder. getGitSource()
Output only.static GitSource
GitSource. parseDelimitedFrom(InputStream input)
static GitSource
GitSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GitSource
GitSource. parseFrom(byte[] data)
static GitSource
GitSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GitSource
GitSource. parseFrom(com.google.protobuf.ByteString data)
static GitSource
GitSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GitSource
GitSource. parseFrom(com.google.protobuf.CodedInputStream input)
static GitSource
GitSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GitSource
GitSource. parseFrom(InputStream input)
static GitSource
GitSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GitSource
GitSource. parseFrom(ByteBuffer data)
static GitSource
GitSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.privatecatalog.v1beta1 that return types with arguments of type GitSource Modifier and Type Method Description com.google.protobuf.Parser<GitSource>
GitSource. getParserForType()
static com.google.protobuf.Parser<GitSource>
GitSource. parser()
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type GitSource Modifier and Type Method Description GitSource.Builder
GitSource.Builder. mergeFrom(GitSource other)
AssetReference.Builder
AssetReference.Builder. mergeGitSource(GitSource value)
Output only.static GitSource.Builder
GitSource. newBuilder(GitSource prototype)
AssetReference.Builder
AssetReference.Builder. setGitSource(GitSource value)
Output only.
-