Uses of Class
com.google.cloud.filestore.v1beta1.ShareName
-
Packages that use ShareName Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of ShareName in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return ShareName Modifier and Type Method Description ShareNameShareName.Builder. build()static ShareNameShareName. of(String project, String location, String instance, String share)static ShareNameShareName. parse(String formattedString)Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type ShareName Modifier and Type Method Description static List<ShareName>ShareName. parseList(List<String> formattedStrings)Methods in com.google.cloud.filestore.v1beta1 with parameters of type ShareName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>CloudFilestoreManagerClient. deleteShareAsync(ShareName name)Deletes a share.ShareCloudFilestoreManagerClient. getShare(ShareName name)Gets the details of a specific share.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type ShareName Modifier and Type Method Description static List<String>ShareName. toStringList(List<ShareName> values)
-